forked from lnbits/nostr-zap-lamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
31 lines (30 loc) · 917 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
;
[platformio]
src_dir = nostrZapLamp
[env:esp32dev]
platform = espressif32
build_type = debug
board_build.partitions = huge_app.csv
board = esp32dev
framework = arduino
lib_deps =
https://github.com/micro-bitcoin/uBitcoin.git#master
bblanchon/ArduinoJson@^6.21.0
links2004/WebSockets@^2.3.7
densaugeo/base64@^1.4.0
lennarthennigs/Button2@^2.2.2
ricmoo/QRCode@^0.0.1
https://github.com/tzapu/WiFiManager.git
marian-craciunescu/ESP32Ping@^1.7
lnbits/Nostr@^0.2.0
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, time, colorize