mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03:00
MQTT topics config & CallBack refactoring
This commit is contained in:
@@ -161,17 +161,13 @@ enum lan_status {
|
||||
DO_NOTHING = -14
|
||||
};
|
||||
|
||||
|
||||
//void watchdogSetup(void);
|
||||
|
||||
void mqttCallback(char *topic, byte *payload, unsigned int length);
|
||||
|
||||
|
||||
void printIPAddress(IPAddress ipAddress);
|
||||
|
||||
void printMACAddress();
|
||||
|
||||
void restoreState();
|
||||
|
||||
lan_status lanLoop();
|
||||
|
||||
#ifndef OWIRE_DISABLE
|
||||
|
||||
Reference in New Issue
Block a user