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

Supports ESP32

pull/11/head
Hieromon Ikasamo 7 years ago
parent 84f6a76775
commit 02e0822669
  1. 2
      src/AutoConnectPage.cpp

@ -888,7 +888,7 @@ String AutoConnect::_token_STATION_STATUS(PageArgument& args) {
}
#endif
return "(" + String(st) + ")" + String(wlStatusSymbol);
return "(" + String(st) + ") " + String(wlStatusSymbol);
}
String AutoConnect::_token_LOCAL_IP(PageArgument& args) {

Loading…
Cancel
Save