Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/104ff51bd32fcdeac715241e3f262aad8f88857c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
6 additions and
6 deletions
library.json
library.properties
src/AutoConnectLabels.h
src/AutoConnectPage.cpp
@ -25,6 +25,6 @@
"espressif8266" ,
"espressif32"
] ,
"version" : "1.1.5 " ,
"version" : "1.1.6 " ,
"license" : "MIT"
}
@ -1,5 +1,5 @@
name=AutoConnect
version=1.1.5
version=1.1.6
author=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com>
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.
@ -2,8 +2,8 @@
* AutoConnect proper menu label constant definition .
* @ file AutoConnectLabels . h
* @ author hieromon @ gmail . com
* @ version 1.1 .5
* @ date 2020 - 04 - 09
* @ version 1.1 .6
* @ date 2020 - 04 - 17
* @ copyright MIT license .
*/
@ -2,8 +2,8 @@
* AutoConnect portal site web page implementation .
* @ file AutoConnectPage . h
* @ author hieromon @ gmail . com
* @ version 1.1 .5
* @ date 2020 - 04 - 01
* @ version 1.1 .6
* @ date 2020 - 04 - 17
* @ copyright MIT license .
*/