File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,9 @@ framework = espidf
13
13
board = esp32dev
14
14
monitor_speed = 115200
15
15
build_flags =
16
- ; https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#rgb-led
17
16
-D CONFIG_BLINK_GPIO =2
18
17
-D CONFIG_BLINK_LED_GPIO =2
19
18
-D CONFIG_BLINK_PERIOD =1000
20
- -D SHOW_METRICS
21
19
22
20
[env:esp32-c2-devkitm-1]
23
21
platform = espressif32
@@ -28,7 +26,6 @@ build_flags =
28
26
-D CONFIG_BLINK_GPIO =8
29
27
-D CONFIG_BLINK_LED_GPIO =8
30
28
-D CONFIG_BLINK_PERIOD =1000
31
- -D SHOW_METRICS
32
29
33
30
[env:esp32-c6-devkitc-1]
34
31
platform = espressif32
@@ -39,4 +36,13 @@ build_flags =
39
36
-D CONFIG_BLINK_GPIO =2
40
37
-D CONFIG_BLINK_LED_GPIO =2
41
38
-D CONFIG_BLINK_PERIOD =1000
42
- -D SHOW_METRICS
39
+
40
+ [env:esp32-p4]
41
+ platform = espressif32
42
+ framework = espidf
43
+ board = esp32-p4
44
+ monitor_speed = 115200
45
+ build_flags =
46
+ -D CONFIG_BLINK_GPIO =2
47
+ -D CONFIG_BLINK_LED_GPIO =2
48
+ -D CONFIG_BLINK_PERIOD =1000
You can’t perform that action at this time.
0 commit comments