mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
Fixed bug with Button setting CYCLE_SETTINGS
This commit is contained in:
@@ -65,7 +65,8 @@ static const char PROGMEM ButtonActionTable[][32] =
|
||||
[BUTTON_ACTION_UID_LEFT_INCREMENT] = "UID_LEFT_INCREMENT",
|
||||
[BUTTON_ACTION_UID_RIGHT_INCREMENT] = "UID_RIGHT_INCREMENT",
|
||||
[BUTTON_ACTION_UID_LEFT_DECREMENT] = "UID_LEFT_DECREMENT",
|
||||
[BUTTON_ACTION_UID_RIGHT_DECREMENT] = "UID_RIGHT_DECREMENT"
|
||||
[BUTTON_ACTION_UID_RIGHT_DECREMENT] = "UID_RIGHT_DECREMENT",
|
||||
[BUTTON_ACTION_CYCLE_SETTINGS] = "CYCLE_SETTINGS"
|
||||
};
|
||||
|
||||
void ButtonInit(void)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1313
-1311
File diff suppressed because it is too large
Load Diff
+9424
-9422
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user