mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
active power limit added via mqtt and setup page
This commit is contained in:
parent
a2c44e1ce8
commit
7ed5a0a9e1
5 changed files with 116 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue