mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-15 06:57:30 +00:00
fix bug of cant't switch between two applets side-by-side (#7195)
This commit is contained in:
parent
53013e9a7e
commit
aadea89202
@ -66,7 +66,6 @@ void setupNicheGraphics()
|
|||||||
inkhud->persistence->settings.optionalFeatures.batteryIcon = true; // Device definitely has a battery
|
inkhud->persistence->settings.optionalFeatures.batteryIcon = true; // Device definitely has a battery
|
||||||
inkhud->persistence->settings.optionalMenuItems.backlight = true; // Until proves capacitive button works by touching it
|
inkhud->persistence->settings.optionalMenuItems.backlight = true; // Until proves capacitive button works by touching it
|
||||||
inkhud->persistence->settings.userTiles.count = 1; // One tile only by default, keep things simple for new users
|
inkhud->persistence->settings.userTiles.count = 1; // One tile only by default, keep things simple for new users
|
||||||
inkhud->persistence->settings.optionalMenuItems.nextTile = false; // Behavior handled by aux button instead
|
|
||||||
|
|
||||||
// Setup backlight controller
|
// Setup backlight controller
|
||||||
// Note: AUX button attached further down
|
// Note: AUX button attached further down
|
||||||
|
Loading…
Reference in New Issue
Block a user