diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-05-12 00:07:52 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-05-12 00:07:52 (GMT) |
| commit | 1ff0a48bbb66f8099c1451fa02983655003def8e (patch) | |
| tree | 41ef22fcc41cf41d699c8a7e221b3979f0dc1d03 /src/components | |
| parent | 1db07ae196b02bb7e656161555980ffc93203ba4 (diff) | |
| parent | 187ea0f06d93c7f7df5779cb321a28ad040234ee (diff) | |
Merging 1.9.0 into analog24
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/settings/Settings.h | 2 |
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; |
