Files

21 lines
599 B
INI
Raw Permalink Normal View History

2024-09-17 17:39:28 +02:00
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:esp32-h2-devkitm-1]
2024-10-22 18:58:10 +02:00
platform = espressif32
2024-09-17 17:39:28 +02:00
framework = arduino
board = esp32-h2-devkitm-1
monitor_speed = 115200
board_build.partitions = zigbee.csv
board_build.filesystem = spiffs
build_flags =
-DZIGBEE_MODE_ED
-DCORE_DEBUG_LEVEL=5