Files
platform-espressif32/examples/arduino-zigbee-light/platformio.ini
T
2024-09-17 17:41:58 +02:00

21 lines
650 B
INI

; 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]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
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