Skip to content

Commit cba3792

Browse files
committed
Set monitor speed, remove unused dependencies
1 parent 5e900b8 commit cba3792

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

platformio.ini

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
default_envs = ESP32TestNip01
44

55
[env:ESP32TestNip01]
6+
monitor_speed = 115200
67
extra_scripts = post:move_firmware.py
78
platform = espressif32
89
framework = arduino
@@ -12,11 +13,10 @@ lib_deps =
1213
ArduinoJson@^7.1.0
1314
uBitcoin@^0.2.0
1415
WebSockets@^2.4.1
15-
Wire
16-
marcoschwartz/LiquidCrystal_I2C@^1.1.4
1716

1817

1918
[env:ESP32TestNip04]
19+
monitor_speed = 115200
2020
extra_scripts = post:move_firmware.py
2121
platform = espressif32
2222
framework = arduino
@@ -26,10 +26,9 @@ lib_deps =
2626
ArduinoJson@^7.1.0
2727
uBitcoin@^0.2.0
2828
WebSockets@^2.4.1
29-
Wire
30-
marcoschwartz/LiquidCrystal_I2C@^1.1.4
3129

3230
[env:ESP32TestNWC]
31+
monitor_speed = 115200
3332
extra_scripts = post:move_firmware.py
3433
platform = espressif32
3534
framework = arduino
@@ -39,5 +38,3 @@ lib_deps =
3938
ArduinoJson@^7.1.0
4039
uBitcoin@^0.2.0
4140
WebSockets@^2.4.1
42-
Wire
43-
marcoschwartz/LiquidCrystal_I2C@^1.1.4

0 commit comments

Comments
 (0)