-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
44 lines (39 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
43
44
; 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
[env:featheresp32]
platform = espressif32
board = featheresp32
framework = arduino
build_flags =
${env.build_flags}
-D=${PIOENV}
-DCORE_DEBUG_LEVEL=2
; -DBOARD_HAS_PSRAM
; -mfix-esp32-psram-cache-issue
build_type = debug
lib_deps =
lorol/LittleFS_esp32@^1.0.6
baldram/ESP_VS1053_Library@^1.1.4
; LittleFS partition vs program memory described in .csv
board_build.partition = inetradio.csv
board_build.filesystem = littlefs
extra_scripts = replace_fs.py
monitor_port = COM25
monitor_speed = 115200
;monitor_dtr = 0
;monitor_rts = 0
monitor_flags =
--filter=esp32_exception_decoder
--echo
;upload_protocol = esptool
;upload_port = COM25
;upload_speed = 921600
upload_port = 192.168.40.22
upload_protocol = espota