Skip to content

Commit ae6680b

Browse files
committed
Merge branch 'feature/disable_wpa_debug' into 'master'
feat(wpa): disable wpa debug by default See merge request sdk/ESP8266_RTOS_SDK!470
2 parents 1c7a0b7 + ecfd54e commit ae6680b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/wpa_supplicant/include/wpa/wpa_debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ void wpa_debug_print_timestamp(void);
5858
*
5959
* Note: New line '\n' is added to the end of the text when printing to stdout.
6060
*/
61-
#define DEBUG_PRINT
62-
#define MSG_PRINT
61+
//#define DEBUG_PRINT
62+
//#define MSG_PRINT
6363

6464
/**
6565
* wpa_hexdump - conditional hex dump

0 commit comments

Comments
 (0)