Arduino core 3.2.1
This commit is contained in:
@@ -13,7 +13,6 @@ framework = espidf
|
||||
board = esp32dev
|
||||
monitor_speed = 115200
|
||||
build_flags =
|
||||
; https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#rgb-led
|
||||
-D CONFIG_BLINK_GPIO=2
|
||||
-D CONFIG_BLINK_LED_GPIO=2
|
||||
-D CONFIG_BLINK_PERIOD=1000
|
||||
@@ -37,3 +36,13 @@ build_flags =
|
||||
-D CONFIG_BLINK_GPIO=2
|
||||
-D CONFIG_BLINK_LED_GPIO=2
|
||||
-D CONFIG_BLINK_PERIOD=1000
|
||||
|
||||
[env:esp32-p4]
|
||||
platform = espressif32
|
||||
framework = espidf
|
||||
board = esp32-p4
|
||||
monitor_speed = 115200
|
||||
build_flags =
|
||||
-D CONFIG_BLINK_GPIO=2
|
||||
-D CONFIG_BLINK_LED_GPIO=2
|
||||
-D CONFIG_BLINK_PERIOD=1000
|
||||
|
||||
Reference in New Issue
Block a user