summaryrefslogtreecommitdiff
path: root/src/components/settings/Settings.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-09 13:54:08 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-09 13:54:08 (GMT)
commiteb95a56f8d0cf6efc2071a1cc1be6b57c253ff9e (patch)
tree41ef22fcc41cf41d699c8a7e221b3979f0dc1d03 /src/components/settings/Settings.h
parent1db07ae196b02bb7e656161555980ffc93203ba4 (diff)
parentb498e1d633522eed975d78b04508834b7a79befe (diff)
Merge branch 'develop' of https://github.com/InfiniTimeOrg/InfiniTime into develop
Diffstat (limited to 'src/components/settings/Settings.h')
-rw-r--r--src/components/settings/Settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/Settings.h b/src/components/settings/Settings.h
index 24a8260..44a1a85 100644
--- a/src/components/settings/Settings.h
+++ b/src/components/settings/Settings.h
@@ -237,7 +237,7 @@ namespace Pinetime {
uint8_t appMenu = 0;
uint8_t settingsMenu = 0;
- /* airplaneMode is intentionally not saved with the other watch settings and initialized
+ /* ble state is intentionally not saved with the other watch settings and initialized
* to off (false) on every boot because we always want ble to be enabled on startup
*/
bool bleRadioEnabled = true;