File tree 7 files changed +3
-7
lines changed
libraries/RainMaker/examples
7 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const char *service_name = "PROV_1234";
9
9
const char *pop = " abcd1234" ;
10
10
11
11
// GPIO for push button
12
- #if CONFIG_IDF_TARGET_ESP32C3
12
+ #if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6
13
13
static int gpio_0 = 9 ;
14
14
static int gpio_dimmer = 7 ;
15
15
#else
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
- "esp32c6" : false ,
4
3
"esp32h2" : false
5
4
}
6
5
}
Original file line number Diff line number Diff line change 11
11
const char *service_name = " PROV_1234" ;
12
12
const char *pop = " abcd1234" ;
13
13
14
- #if CONFIG_IDF_TARGET_ESP32C3
14
+ #if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6
15
15
// GPIO for push button
16
16
static int gpio_reset = 9 ;
17
17
// GPIO for virtual device
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
- "esp32c6" : false ,
4
3
"esp32h2" : false
5
4
}
6
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
- "esp32c6" : false ,
4
3
"esp32h2" : false
5
4
}
6
5
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const char *service_name = "PROV_1234";
9
9
const char *pop = " abcd1234" ;
10
10
11
11
// GPIO for push button
12
- #if CONFIG_IDF_TARGET_ESP32C3
12
+ #if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32C6
13
13
static int gpio_0 = 9 ;
14
14
static int gpio_switch = 7 ;
15
15
#else
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
- "esp32c6" : false ,
4
3
"esp32h2" : false
5
4
}
6
5
}
You can’t perform that action at this time.
0 commit comments