diff --git a/boards/esp32-wrover-kit/include/board.h b/boards/esp32-wrover-kit/include/board.h index 5275f02183..95f465e8aa 100644 --- a/boards/esp32-wrover-kit/include/board.h +++ b/boards/esp32-wrover-kit/include/board.h @@ -125,23 +125,6 @@ #endif /** @} */ -#ifndef DOXYGEN -/** - * @name Default configuration parameters for ESP WiFi Enterprise netdev - * @{ - */ -#ifndef ESP_WIFI_EAP_USER -/** User name used in phase 2 (inner) EAP authentication. */ -#define ESP_WIFI_EAP_USER "riot-os@riot-os.org" -#endif /* ESP_WIFI_EAP_USER */ - -#ifndef ESP_WIFI_EAP_PASS -/** Password used in phase 2 (inner) EAP authentication. */ -#define ESP_WIFI_EAP_PASS "riot-os" -#endif /* ESP_WIFI_EAP_PASS */ -/** @} */ -#endif /* !DOXYGEN */ - /* include common board definitions as last step */ #include "board_common.h"