File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
- " platform.txt"
45
45
- " programmers.txt"
46
46
dependencies :
47
- idf : " >=5.3,<5.4 "
47
+ idf : " >=5.2 "
48
48
# mdns 1.2.1 is necessary to build H2 with no WiFi
49
49
espressif/mdns :
50
50
version : " ^1.2.3"
@@ -67,7 +67,7 @@ dependencies:
67
67
- if : " target != esp32c2"
68
68
# RainMaker Start (Fixed versions, because Matter supports only Insights 1.0.1)
69
69
espressif/network_provisioning :
70
- version : " 1.0.2"
70
+ version : " ^ 1.0.2"
71
71
espressif/esp_rainmaker :
72
72
version : " 1.5.0"
73
73
rules :
@@ -77,16 +77,16 @@ dependencies:
77
77
rules :
78
78
- if : " target not in [esp32c2, esp32p4]"
79
79
espressif/esp_insights :
80
- version : " 1.0.1"
80
+ version : " ^ 1.0.1"
81
81
rules :
82
82
- if : " target not in [esp32c2, esp32p4]"
83
83
# New version breaks esp_insights 1.0.1
84
84
espressif/esp_diag_data_store :
85
- version : " 1.0.1"
85
+ version : " ^ 1.0.1"
86
86
rules :
87
87
- if : " target not in [esp32c2, esp32p4]"
88
88
espressif/esp_diagnostics :
89
- version : " 1.0.2"
89
+ version : " ^ 1.0.2"
90
90
rules :
91
91
- if : " target not in [esp32c2, esp32p4]"
92
92
espressif/cbor :
You can’t perform that action at this time.
0 commit comments