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

Added the dependency libraries

pull/8/head
Hieromon Ikasamo 7 years ago
parent 77d5cb5dc6
commit fa2baf5a17
  1. 11
      library.json

@ -2,12 +2,21 @@
"name": "AutoConnect", "name": "AutoConnect",
"keywords": "communication, http, server, web, wifi, wi-fi", "keywords": "communication, http, server, web, wifi, wi-fi",
"description": "ESP8266 WLAN configuration at runtime with web interface.", "description": "ESP8266 WLAN configuration at runtime with web interface.",
"homepage": "https://hieromon.github.io/AutoConnect",
"repository": "repository":
{ {
"type": "git", "type": "git",
"url": "https://github.com/Hieromon/AutoConnect.git" "url": "https://github.com/Hieromon/AutoConnect.git"
}, },
"dependencies":
[
{
"name": "PageBuilder",
"version": ">=1.0.0"
}
],
"frameworks": "arduino", "frameworks": "arduino",
"platforms": "espressif8266", "platforms": "espressif8266",
"version": "0.9.1" "version": "0.9.1",
"license": "MIT"
} }

Loading…
Cancel
Save