Replace airplane mode with a bluetooth toggle
This commit is contained in:
parent
8f436e1d74
commit
78365548f7
14 changed files with 72 additions and 90 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue