removed MDNS, now OTA works for both esp8266 and esp32

This commit is contained in:
proddy
2019-02-23 16:27:42 +01:00
parent 23d3517f27
commit 3fab61513d
4 changed files with 18 additions and 46 deletions

View File

@@ -191,7 +191,7 @@ Every telegram sent is echo'd back to Rx, along the same Bus used for all Rx/Tx
`ems_devices.h` has all the configuration for the known EMS devices currently supported.
`MyESP.cpp` is my custom library to handle WiFi, MQTT, MDNS and Telnet. Uses a modified version of [TelnetSpy](https://github.com/yasheena/telnetspy)
`MyESP.cpp` is my custom library to handle WiFi, MQTT and Telnet. Uses a modified version of [TelnetSpy](https://github.com/yasheena/telnetspy)
### Special EMS Types