Rocker Add WPS and Tree Hotkey, button codes in debug menu

VolUp+VolDown becomes the wps and tree (file browser) hotkey

Change-Id: I0cba96927420c318506bc0c15dabcb809cd81647
This commit is contained in:
William Wilgus 2020-11-12 01:22:32 -05:00
parent 4e5499606b
commit 1a68856f52
3 changed files with 10 additions and 3 deletions

View file

@ -70,6 +70,7 @@ bool dbg_hw_info(void)
#endif
btn = button_read_device();
lcd_putsf(0, line++, "btn: %d", btn);
lcd_update();
sleep(HZ/16);