Skip to content

Commit

Permalink
Set monitor speed, remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jul 10, 2024
1 parent 5e900b8 commit cba3792
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
default_envs = ESP32TestNip01

[env:ESP32TestNip01]
monitor_speed = 115200
extra_scripts = post:move_firmware.py
platform = espressif32
framework = arduino
Expand All @@ -12,11 +13,10 @@ lib_deps =
ArduinoJson@^7.1.0
uBitcoin@^0.2.0
WebSockets@^2.4.1
Wire
marcoschwartz/LiquidCrystal_I2C@^1.1.4


[env:ESP32TestNip04]
monitor_speed = 115200
extra_scripts = post:move_firmware.py
platform = espressif32
framework = arduino
Expand All @@ -26,10 +26,9 @@ lib_deps =
ArduinoJson@^7.1.0
uBitcoin@^0.2.0
WebSockets@^2.4.1
Wire
marcoschwartz/LiquidCrystal_I2C@^1.1.4

[env:ESP32TestNWC]
monitor_speed = 115200
extra_scripts = post:move_firmware.py
platform = espressif32
framework = arduino
Expand All @@ -39,5 +38,3 @@ lib_deps =
ArduinoJson@^7.1.0
uBitcoin@^0.2.0
WebSockets@^2.4.1
Wire
marcoschwartz/LiquidCrystal_I2C@^1.1.4

0 comments on commit cba3792

Please sign in to comment.