Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/adbea01deb66379290cf20ee6b8b3fd32b4ea661/arduino/libraries/EspLink/examples/EspLinkWebSimpleLedControl/SimpleLED.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<!-- EspLink will add header here -->
|
|
|
|
<h1 class="header">Simple LED control</h1>
|
|
<h2><div id="text"/></h2>
|
|
<button id="btn_on" type="button">Turn on</button>
|
|
<button id="btn_off" type="button">Turn off</button>
|
|
</body></html>
|
|
|