mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 04:09:49 +03:00
Add some WIFI respawning & relability improvements for ESPx
MEGA compilation error fixed
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
extern PubSubClient mqttClient;
|
||||
|
||||
int abstractIn::publish(int value, char* subtopic)
|
||||
int abstractIn::publish(long value, char* subtopic)
|
||||
{
|
||||
char valstr[16];
|
||||
printUlongValueToStr(valstr, value);
|
||||
|
||||
Reference in New Issue
Block a user