Add some compiler warnings and fix revealed bugs

This commit is contained in:
Allen Hill
2026-05-05 18:17:02 -07:00
parent a37140a779
commit 9b2c71fa6e
4 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ uint8_t readBinary;
uint8_t muteBus;
uint8_t readkey;
const char const *offon[] = {"OFF", "ON"};
const char *const offon[] = {"OFF", "ON"};
void Setup();
void general_GPIO_init();