Skip to content

Commit

Permalink
V 4.58
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Dec 13, 2023
1 parent 03724ee commit fdc5a2d
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 69 deletions.
7 changes: 4 additions & 3 deletions 9_SYSTEM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,16 @@ void EM_LOG()

void EM_MDNSET() // MDNS setup
{
#ifdef ESP32
MDNS.addService("http", "tcp", PORT);
#elif ESP8266
if (mdns.begin(nameMDNS))
{
Serial.printf("*** SYSINFO: mDNS started as %s.local connected to %s Time: %s RSSI: %d\n", nameMDNS, WiFi.localIP().toString().c_str(), timeClient.getFormattedTime().c_str(), WiFi.RSSI());
#ifdef ESP32
MDNS.addService("http", "tcp", PORT);
#endif
}
else
Serial.printf("*** SYSINFO: error start mDNS! IP Adresse: %s Time: %s RSSI: %d\n", WiFi.localIP().toString().c_str(), timeClient.getFormattedTime().c_str(), WiFi.RSSI());
#endif
}

void EM_REBOOT() // Reboot ESP
Expand Down
Binary file modified build/MQTTDevice4.mklittlefs.bin
Binary file not shown.
Loading

0 comments on commit fdc5a2d

Please sign in to comment.