both light in standby and dashboard work now

This commit is contained in:
Siwat Sirichai 2024-02-08 23:37:25 +07:00
parent 4ef84309dd
commit b01540a4ce
6 changed files with 151 additions and 31 deletions

View file

@ -24,6 +24,7 @@ SET_LOOP_TASK_STACK_SIZE(32*1024);
void handleMqttMessage(char *topic, char *payload);
void subscribeToMqttTopics();
void handlePageChange(uint8_t page);
void sendStopBytes();
void sendExtStopBytes();