forked from Edzelf/ESP32-Radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
35 lines (34 loc) · 993 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
32
33
34
35
; 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]
workspace_dir = C:\pio-temp\esp32radio
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
upload_port = COM8
monitor_port = COM8
monitor_speed = 115200
monitor_dtr = 0
monitor_rts = 0
monitor_flags =
--filter=esp32_exception_decoder
--echo
build_flags = -DCORE_DEBUG_LEVEL=0
-Os
lib_deps =
Wire
SD(esp32) @^1.0.5
knolleary/PubSubClient@^2.8
adafruit/Adafruit ST7735 and ST7789 Library@^1.6.0
adafruit/Adafruit BusIO@^1.7.1
adafruit/Adafruit GFX Library@^1.10.4
djuseeq/Ch376msc @ ^1.4.4
adafruit/Adafruit ILI9341@^1.5.10