active power limit added via mqtt and setup page

This commit is contained in:
Andreas Schiffler 2022-08-01 21:26:25 +02:00
parent a2c44e1ce8
commit 7ed5a0a9e1
5 changed files with 116 additions and 35 deletions

View file

@ -51,7 +51,7 @@ class app : public Main {
void setup(uint32_t timeout);
void loop(void);
void handleIntr(void);
void cbMqtt(const char* topic, byte* payload, unsigned int length);
void cbMqtt(char* topic, byte* payload, unsigned int length);
uint8_t app_loops;
uint8_t getIrqPin(void) {