summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-05-12 00:07:52 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-05-12 00:07:52 (GMT)
commit1ff0a48bbb66f8099c1451fa02983655003def8e (patch)
tree41ef22fcc41cf41d699c8a7e221b3979f0dc1d03 /src/components
parent1db07ae196b02bb7e656161555980ffc93203ba4 (diff)
parent187ea0f06d93c7f7df5779cb321a28ad040234ee (diff)
Merging 1.9.0 into analog24
Diffstat (limited to 'src/components')
-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;