Skip to content

Commit 0bc1fb0

Browse files
committed
Add WifiManager for PlaneSpotterDemo
1 parent 6606ea2 commit 0bc1fb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
install:
2424
- pip install -U platformio
25-
- platformio lib -g install "JsonStreamingParser" "ESP8266_SSD1306" "WifiManager@0.14" "simpleDSTadjust" "Adafruit Unified Sensor" "DHT sensor library"
25+
- platformio lib -g install "JsonStreamingParser" "ESP8266_SSD1306" "WifiManager@>=0.15.0-beta" "simpleDSTadjust" "Adafruit Unified Sensor" "DHT sensor library"
2626
- platformio lib update
2727

2828
script:

platformio.ini

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ lib_deps = JsonStreamingParser,
1919
simpleDSTadjust
2020
DHT sensor library
2121
Adafruit Unified Sensor
22+
WifiManager@>=0.15.0-beta

0 commit comments

Comments
 (0)