Hello,
I have a problem with setting up my second ESP8266.
I have the ESPimatic.ino loaded into ArduinoIDE and transferred to the ESP8266. Then set WIFI and urged loaded files.
The WebGUI shows me this:
The serial monitor of ArduinoIDE shows me following on:
The second ESP:
HTTP server started
handle fileread: /root.html
handle fileread: /js/insert.js
handle fileread: /css/bootstrap-extra.css
handle fileread: /js/menubar.js
The first ESP (which properly working)
The same call shows me this:
HTTP server started
handle fileread: /root.html
handle fileread: /js/insert.js
Can anyone tell me where my mistake is me?