Add some WIFI respawning & relability improvements for ESPx

MEGA compilation error fixed
This commit is contained in:
2019-04-01 01:58:29 +03:00
parent dc16a663ec
commit eb29e4f227
4 changed files with 47 additions and 10 deletions

View File

@@ -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);