We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416106c commit a588a3dCopy full SHA for a588a3d
main/main.cpp
@@ -1,8 +1,8 @@
1
#include <Arduino.h>
2
#include <WiFi.h>
3
4
-#include <esp_heap_trace.h>
5
#include <esp_heap_task_info.h>
+#include <esp_heap_trace.h>
6
7
#define MAX_TASK_NUM 20 // Max number of per tasks info that it can store
8
#define MAX_BLOCK_NUM 20 // Max number of per block info that it can store
@@ -68,6 +68,7 @@ extern "C" void app_main() {
68
delay(250);
69
printf(".");
70
}
71
+ WiFi.mode(WIFI_OFF);
72
printf(" done\n");
73
74
ESP_ERROR_CHECK(heap_trace_stop());
0 commit comments