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

Following PR #112

pull/123/head
Hieromon Ikasamo 6 years ago
parent c67708dff5
commit 2d2819a7fa
  1. 2
      src/AutoConnectUpdate.h

@ -183,7 +183,7 @@ class AutoConnectUpdateAct : public AutoConnectUpdateVoid, public HTTPUpdateClas
static const ACElementProp_t _elmResult[] PROGMEM;
#if defined(ARDUINO_ARCH_ESP8266)
friend class ESP8266WebServer;
friend ESP8266WebServer;
#elif defined(ARDUINO_ARCH_ESP32)
friend class WebServer;
#endif

Loading…
Cancel
Save