esp8266 fix

This commit is contained in:
livello
2018-06-29 01:03:19 +03:00
parent 21da448e93
commit 483454d9f6
3 changed files with 9 additions and 13 deletions

View File

@@ -115,11 +115,11 @@ enum lan_status {
void mqttCallback(char *topic, byte *payload, unsigned int length);
#ifndef __ESP__
//#ifndef __ESP__
void printIPAddress(IPAddress ipAddress);
#endif
//#endif
void printMACAddress();