Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/3de2645e2fc96f9227cb357cf59c75c4b6874444?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request #112 from d-a-v/esp8266master

fix to compile with current esp8266/arduino git head
pull/124/head v0.9.11
Hieromon Ikasamo 6 years ago committed by GitHub
commit 3de2645e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AutoConnect.h

@ -376,7 +376,7 @@ class AutoConnect {
static const String _emptyString; /**< An empty string alloaction **/
#if defined(ARDUINO_ARCH_ESP8266)
friend class ESP8266WebServer;
friend ESP8266WebServer;
#elif defined(ARDUINO_ARCH_ESP32)
friend class WebServer;
#endif

Loading…
Cancel
Save