Skip to content

Commit 4271d73

Browse files
committed
Fix pio dependencies.
1 parent 67bd670 commit 4271d73

File tree

8 files changed

+2
-7
lines changed

8 files changed

+2
-7
lines changed

examples/PlatformIO/AsyncProperty/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[global]
1919
lib_deps =
2020
https://github.com/mozilla-iot/webthing-arduino.git
21-
2221
monitor_speed = 115200
2322

2423
[env:d1]

examples/PlatformIO/BME280/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
[global]
1717
lib_deps =
1818
https://github.com/mozilla-iot/webthing-arduino.git
19-
2019
BME280
2120
monitor_speed = 115200
2221

examples/PlatformIO/LED/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[global]
1919
lib_deps =
2020
https://github.com/mozilla-iot/webthing-arduino.git
21-
2221
monitor_speed = 115200
2322

2423
[env:d1]

examples/PlatformIO/LEDLamp/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[global]
1919
lib_deps =
2020
https://github.com/mozilla-iot/webthing-arduino.git
21-
2221
monitor_speed = 115200
2322

2423
[env:d1]

examples/PlatformIO/LevelSensor/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
[global]
1717
lib_deps =
1818
https://github.com/mozilla-iot/webthing-arduino.git
19-
2019
monitor_speed = 115200
2120

2221
[env:ATmega2560]

examples/PlatformIO/RGBLamp/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[global]
1919
lib_deps =
2020
https://github.com/mozilla-iot/webthing-arduino.git
21-
2221
monitor_speed = 115200
2322

2423
[env:d1]

examples/PlatformIO/TextDisplay/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[global]
1919
lib_deps =
2020
https://github.com/mozilla-iot/webthing-arduino.git
21-
2221
Adafruit GFX Library
2322
Adafruit SSD1306
2423
monitor_speed = 115200

examples/PlatformIO/WioTerminal/platformio.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ lib_deps =
2525
https://github.com/Seeed-Studio/Seeed_Arduino_atUnified.git
2626
https://github.com/Seeed-Studio/Seeed_Arduino_atmDNS.git
2727
https://github.com/Seeed-Studio/Seeed_Arduino_atWebServer.git
28+
https://github.com/Seeed-Studio/Seeed_Arduino_FS.git
29+
https://github.com/Seeed-Studio/Seeed_Arduino_SFUD.git
2830
https://github.com/mozilla-iot/webthing-arduino.git
2931
monitor_speed = 115200
3032

0 commit comments

Comments
 (0)