Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Apr 16, 2024
1 parent a45b5af commit 9a6981f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libraries/WiFi/src/WiFi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ extern "C" {
// ---------------------------------------------------------- Debug ------------------------------------------------------
// -----------------------------------------------------------------------------------------------------------------------

#if CONFIG_IDF_TARGET_ESP32
static uint32_t __test1 = 0;
static uint32_t __test2 = 0;
static uint32_t __test3 = 0;
static uint32_t __test4 = 0;
static uint32_t __test5 = 0;
#elif CONFIG_IDF_TARGET_ESP32S2
static uint8_t __test1 = 0;
static uint8_t __test2 = 0;
static uint8_t __test3 = 0;
#elif CONFIG_IDF_TARGET_ESP32C6
static uint8_t __test1 = 0;
#elif CONFIG_IDF_TARGET_ESP32S3
static uint32_t __test1 = 0;
#endif

/**
* Output WiFi settings to an object derived from Print interface (like Serial).
Expand Down

0 comments on commit 9a6981f

Please sign in to comment.