mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 23:46:37 +02:00
first poc set power limit via mqtt
This commit is contained in:
parent
6dba1d7577
commit
d41c26a3ce
3 changed files with 53 additions and 6 deletions
|
@ -51,6 +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);
|
||||
|
||||
uint8_t app_loops;
|
||||
uint8_t getIrqPin(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue