Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/5f4e51f5beccd027c08a63dd7ebf3db454332bab?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
11 additions and
2 deletions
library.json
library.properties
mkdocs/changelog.md
@ -25,6 +25,6 @@
"espressif8266" ,
"espressif8266" ,
"espressif32"
"espressif32"
] ,
] ,
"version" : "0.9.8 " ,
"version" : "0.9.9 " ,
"license" : "MIT"
"license" : "MIT"
}
}
@ -1,5 +1,5 @@
name=AutoConnect
name=AutoConnect
version=0.9.8
version=0.9.9
author=Hieromon Ikasamo <hieromon@gmail.com>
author=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com>
maintainer=Hieromon Ikasamo <hieromon@gmail.com>
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.
sentence=ESP8266/ESP32 WLAN configuration at runtime with web interface.
@ -1,3 +1,12 @@
### [0.9.9] May 25, 2019
- Supports ESP8266 Arduino core 2.5.2.
- Menu text/background color can be statically customized.
- Added ID attribute to HTML tag generated from AutoConnectText.
- Fixed the input box layout collapsed.
- Fixed that the decoration of AutoConnectButton was disabled.
- Fixed that the value remains even after clearing the option with AutoConnectSelect.
- Fixed that an alignment violation exception occurred when loading AutoConnectAux described by JSON with PROGMEM attribute.
#### [0.9.8] May 3, 2019
#### [0.9.8] May 3, 2019
- Supports ArduinoJson 6.9.1 or later.
- Supports ArduinoJson 6.9.1 or later.
- Supports allocating JsonDocument buffer to PSRAM on ESP32 with ArduinoJson 6.10.0 or later.
- Supports allocating JsonDocument buffer to PSRAM on ESP32 with ArduinoJson 6.10.0 or later.