mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
The previous fix set joystick_rotation=0 before reading from file, but the subsequent rd() call overwrote it with whatever was stored (e.g. 2 from a prior e-ink firmware). Move the hardware-enforce block to after rd() so stale values in flash are always corrected on OLED builds (FEAT_JOYSTICK_ROTATION_SETTING=0). Remove the now-redundant pre-read block. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>