Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/0f2fafd4205e92ac62d9a887b4db30779dc69665 You should set ROOT_URL correctly, otherwise the web may not work correctly.

PR #112

pull/123/head
Hieromon Ikasamo 6 years ago
parent ec8c47fbe7
commit 0f2fafd420
  1. 2
      src/AutoConnect.h

@ -383,7 +383,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