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

Disabled the autoRise assuming in immediateStart mode

pull/91/head
Hieromon Ikasamo 6 years ago
parent fe4be77ac2
commit 2bce6a912f
  1. 1
      src/AutoConnect.cpp

@ -125,7 +125,6 @@ bool AutoConnect::begin(const char* ssid, const char* passphrase, unsigned long
if (_apConfig.immediateStart) {
cs = false;
_apConfig.autoReconnect = false;
_apConfig.autoRise = true;
AC_DBG("Start the portal immediately\n");
}
else {

Loading…
Cancel
Save