Move readkey var to sniffer

This commit is contained in:
Allen Hill
2023-10-09 19:41:06 -04:00
parent 17f5510b16
commit 84f426f39f
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@
uint8_t Event;
uint8_t echoCharacters;
uint8_t readBinary;
uint8_t readkey;
const char const *offon[] = {"OFF", "ON"};