Skip to content

Commit f4110ec

Browse files
committed
Fixed missing library
1 parent 51ff83f commit f4110ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
install:
2121
- pip install -U platformio
22-
- platformio lib install 561 562
22+
- platformio lib install "JsonStreamingParser" "ESP8266_SSD1306" "WifiManager"
2323
- platformio lib update
2424

2525
script:

0 commit comments

Comments
 (0)