diff options
author | ConfuSomu | 2021-08-14 01:18:54 -0400 |
---|---|---|
committer | ConfuSomu | 2021-08-14 01:18:54 -0400 |
commit | 9c1cec0f1019af9185050c3730a6adbfb1280b72 (patch) | |
tree | 860135a49f6db0c3d6bc74344f353ec41b646d67 /apps/settings | |
parent | 822e2bc38be3ea056fb976e5850c9df1e0c24fd3 (diff) | |
download | pico-watch-BaseApp-class.tar pico-watch-BaseApp-class.tar.gz pico-watch-BaseApp-class.zip |
Remove all references to render interval methodsBaseApp-class
The main loop was reordered for a little optimisation as we cannot set
free standingly(?) anymore the render interval to 0.
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/main.cpp b/apps/settings/main.cpp index d4c910a..4917128 100644 --- a/apps/settings/main.cpp +++ b/apps/settings/main.cpp @@ -162,7 +162,6 @@ BaseApp::AppReturnValues app_settings::btnpressed(Api *app_api, uint gpio, unsig app_settings::app_settings(Api *app_api) { app_api->performance_set(Api::perf_modes::LOW_POWER); - app_api->performance_render_interval_set(100); selected_setting = 0; selected = false; snprintf(display_setting_name, SIZE_SETTING_NAME, "%s", MAIN_SET_NAMES[0]); |