File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,21 @@ extern "C" {
41
41
// ---------------------------------------------------------- Debug ------------------------------------------------------
42
42
// -----------------------------------------------------------------------------------------------------------------------
43
43
44
+ #if CONFIG_IDF_TARGET_ESP32
45
+ static uint32_t __test1 = 0 ;
46
+ static uint32_t __test2 = 0 ;
47
+ static uint32_t __test3 = 0 ;
48
+ static uint32_t __test4 = 0 ;
49
+ static uint32_t __test5 = 0 ;
50
+ #elif CONFIG_IDF_TARGET_ESP32S2
51
+ static uint8_t __test1 = 0 ;
52
+ static uint8_t __test2 = 0 ;
53
+ static uint8_t __test3 = 0 ;
54
+ #elif CONFIG_IDF_TARGET_ESP32C6
55
+ static uint8_t __test1 = 0 ;
56
+ #elif CONFIG_IDF_TARGET_ESP32S3
57
+ static uint32_t __test1 = 0 ;
58
+ #endif
44
59
45
60
/* *
46
61
* Output WiFi settings to an object derived from Print interface (like Serial).
You can’t perform that action at this time.
0 commit comments