Skip to content

Commit 4537033

Browse files
authored
Add uBitcoin@^0.2.0 dep
1 parent dd10fdb commit 4537033

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

platformio.ini

+1-25
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ default_envs = ESP32TestNip01
55
[env]
66
lib_deps =
77
ArduinoJson@^7.1.0
8+
uBitcoin@^0.2.0
89

910
[env:ESP32TestNip01]
1011
monitor_speed = 115200
@@ -146,28 +147,3 @@ lib_deps =
146147
marvinroger/ESP8266TrueRandom@^1.0
147148

148149

149-
150-
[env:PICOWSecureWebSocket]
151-
monitor_speed = 115200
152-
153-
extra_scripts = post:move_firmware.py
154-
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
155-
board = rpipicow
156-
board_build.core = earlephilhower
157-
board_build.filesystem_size = 0.5m
158-
framework = arduino
159-
160-
build_flags =
161-
-DDEBUG_RP2040_WIRE
162-
-DDEBUG_RP2040_SPI
163-
-DDEBUG_RP2040_CORE
164-
-DPIO_FRAMEWORK_ARDUINO_ENABLE_RTTI
165-
-fexceptions
166-
build_unflags =
167-
-fno-exceptions
168-
-Wsign-compare
169-
build_src_filter =
170-
+<../tests/PICOWSecureWebSocket/>
171-
lib_deps =
172-
${env.lib_deps}
173-
WebSockets@^2.4.1

0 commit comments

Comments
 (0)