Platform
ESP32
Description
Not sure best way to request this so if this isn't it I would take no offense.
2.7 changes navigation.
To use Chatter2 keys for navigating, one way that seems to work well is to remap the RIGHT button to be DOWN. Otherwise, it's not possible to fully navigate the menus.
Line 90 here
https://github.com/meshtastic/firmware/blob/master/src/input/SerialKeyboard.cpp
Backspace key functions to navigate main menus.
Not sure if it's worthwhile or possible to add a way to use shift key to change the UP/DOWN keys to change to LEFT/RIGHT functions. If so, perhaps that is another way but may require more work.
If next request should be separate, I do not know.
Clock display appears fixed when changing the following as noted by another user here
#6896 (reply in thread)
ClockRenderrer.cpp (https://github.com/meshtastic/firmware/blob/master/src/graphics/draw/ClockRenderer.cpp) in line 237, so I tried to modify the code from the original
237 scale = 1.5;
to this
237 scale = 1.1;
Platform
ESP32
Description
Not sure best way to request this so if this isn't it I would take no offense.
2.7 changes navigation.
To use Chatter2 keys for navigating, one way that seems to work well is to remap the RIGHT button to be DOWN. Otherwise, it's not possible to fully navigate the menus.
Line 90 here
https://github.com/meshtastic/firmware/blob/master/src/input/SerialKeyboard.cpp
Backspace key functions to navigate main menus.
Not sure if it's worthwhile or possible to add a way to use shift key to change the UP/DOWN keys to change to LEFT/RIGHT functions. If so, perhaps that is another way but may require more work.
If next request should be separate, I do not know.
Clock display appears fixed when changing the following as noted by another user here
#6896 (reply in thread)
ClockRenderrer.cpp (https://github.com/meshtastic/firmware/blob/master/src/graphics/draw/ClockRenderer.cpp) in line 237, so I tried to modify the code from the original
237 scale = 1.5;
to this
237 scale = 1.1;