File tree
11 files changed
+30
-31
lines changed- .github/workflows
- components
- esp_rainmaker
- src/ota
- esp_schedule/src
- json_generator
- json_parser
- examples
- homekit_switch
- main
- multi_device/main
11 files changed
+30
-31
lines changedLines changed: 0 additions & 21 deletions
This file was deleted.
Submodule esp-insights updated 23 files
- .gitmodules+3
- FEATURES.md+20
- components/cbor/CMakeLists.txt+20
- components/cbor/port/include/cbor.h+2
- components/cbor/tinycbor+1
- components/esp_diagnostics/CMakeLists.txt+7-1
- components/esp_diagnostics/Kconfig-9
- components/esp_diagnostics/include/esp_diagnostics.h+1-1
- components/esp_diagnostics/include/esp_diagnostics_system_metrics.h+19-6
- components/esp_diagnostics/src/esp_diagnostics_heap_metrics.c+21-140
- components/esp_diagnostics/src/esp_diagnostics_internal.h+2
- components/esp_diagnostics/src/esp_diagnostics_log_hook.c+26
- components/esp_diagnostics/src/esp_diagnostics_utils.c+6-5
- components/esp_diagnostics/src/esp_diagnostics_wifi_metrics.c+22-22
- components/esp_insights/CMakeLists.txt+12-1
- components/esp_insights/Kconfig+18
- components/esp_insights/idf_component.yml-6
- components/esp_insights/include/esp_insights.h+11
- components/esp_insights/src/esp_insights.c+94-46
- components/esp_insights/src/esp_insights_encoder.c+12-7
- components/rmaker_common+1-1
- components/rtc_store/Kconfig+8
- components/rtc_store/src/rtc_store.c+34-11
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
| 230 | + | |
230 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
231 | 251 |
| |
232 | 252 |
| |
233 | 253 |
| |
| |||
243 | 263 |
| |
244 | 264 |
| |
245 | 265 |
| |
| 266 | + | |
246 | 267 |
| |
247 | 268 |
| |
248 | 269 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments