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

Virtualize _setupPage PR #38

pull/41/head
Hieromon Ikasamo 6 years ago
parent 6b702aaf4b
commit aeefb2d179
  1. 2
      src/AutoConnect.h

@ -217,7 +217,7 @@ class AutoConnect {
void _stopPortal(void);
bool _classifyHandle(HTTPMethod mothod, String uri);
void _purgePages(void);
PageElement* _setupPage(String uri);
virtual PageElement* _setupPage(String uri);
#ifdef AUTOCONNECT_USE_JSON
bool _load(JsonVariant& aux);
#endif // !AUTOCONNECT_USE_JSON

Loading…
Cancel
Save