File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ STATIC const machine_pin_obj_t machine_pin_obj[] = {
92
92
#endif
93
93
{{& machine_pin_type }, GPIO_NUM_18 },
94
94
{{& machine_pin_type }, GPIO_NUM_19 },
95
- #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL (4 , 1 , 0 )
95
+ #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL (4 , 3 , 2 )
96
96
{{& machine_pin_type }, GPIO_NUM_20 },
97
97
#else
98
98
{{NULL }, -1 },
@@ -572,7 +572,7 @@ STATIC const machine_pin_irq_obj_t machine_pin_irq_object[] = {
572
572
#endif
573
573
{{& machine_pin_irq_type }, GPIO_NUM_18 },
574
574
{{& machine_pin_irq_type }, GPIO_NUM_19 },
575
- #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL (4 , 1 , 0 )
575
+ #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL (4 , 3 , 2 )
576
576
{{& machine_pin_irq_type }, GPIO_NUM_20 },
577
577
#else
578
578
{{NULL }, -1 },
You can’t perform that action at this time.
0 commit comments