Skip to content

Commit

Permalink
Update espidf_debugging_unit_testing_analysis.rst
Browse files Browse the repository at this point in the history
Fixes broken code snippet

Issue #312
valeros authored Jul 26, 2023
1 parent 0eaadd6 commit 9c66ebf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ Adding Code to the Generated Project
*/
#define EXAMPLE_ESP_WIFI_SSID "mywifissid"
#define EXAMPLE_ESP_WIFI_PASS "mywifipass"
#define EXAMPLE_ESP_WIFI_CHANNEL CONFIG_ESP_WIFI_CHANNEL
#define EXAMPLE_ESP_WIFI_CHANNEL 1
#define EXAMPLE_MAX_STA_CONN 4
static const char *TAG = "wifi softAP";

0 comments on commit 9c66ebf

Please sign in to comment.