Center click exit scan

This commit is contained in:
Just Call Me Koko
2022-05-09 20:30:08 -04:00
parent 0f58a0657b
commit d7aac68866
3 changed files with 88 additions and 40 deletions

View File

@@ -11,6 +11,7 @@ extern Display display_obj;
// Commands
const char PROGMEM SCANAP_CMD[] = "scanap";
const char PROGMEM SNIFF_BEACON_CMD[] = "sniffbeacon";
const char PROGMEM STOPSCAN_CMD[] = "stopscan";
const char PROGMEM CLEARAP_CMD[] = "clearap";