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

Specifies a valid version of ArduinoJson clearly. Issue #47

pull/57/head^2 v0.9.7
Hieromon Ikasamo 6 years ago
parent 04c236fb0a
commit 342bdf3336
  1. 2
      .travis.yml
  2. 4
      library.json

@ -23,7 +23,7 @@ before_install:
- if [[ "$BOARD" =~ "esp32:esp32:" ]]; then
arduino --install-boards esp32:esp32;
fi
- arduino --install-library PubSubClient,ArduinoJson:5.13.4,PageBuilder:1.3.2
- arduino --install-library PubSubClient,ArduinoJson:5.13.3,PageBuilder:1.3.2
- buildExampleSketch() { arduino --verify --board $BOARD $PWD/examples/$1/$1.ino; }
install:
- mkdir -p ~/Arduino/libraries

@ -13,6 +13,10 @@
{
"name": "PageBuilder",
"version": ">=1.3.2"
},
{
"name": "ArduinoJson",
"version": ">=5.13.3,<6.0.0"
}
],
"frameworks": "arduino",

Loading…
Cancel
Save