aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingBluetooth.h
Commit message (Collapse)AuthorAgeFilesLines
* Emit the message BleRadioEnableToggle to DisplayApp only if the enable state ↵JF2024-03-151-0/+1
| | | | | | | of the radio has actually changed. (#2037) This fixes an issue where the BLE connected logo would disappear when opening and closing the BLE setting (without changing it) while InfiniTime was already connected to a companion app. Co-authored-by: JustScott <development@justscott.me>
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-0/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* SettingBluetooth: Use CheckboxListRiku Isokoski2023-01-291-7/+2
|
* src: Enable unused parameter warningRiku Isokoski2023-01-241-2/+2
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Replace airplane mode with a bluetooth toggleRiku Isokoski2022-04-021-0/+31