Init all ESP01 (module) WIFI pins (#17679)

This commit is contained in:
Bob Kuhn
2020-05-08 02:43:53 -05:00
committed by GitHub
parent 8fd3af0c79
commit 8f3d17699a
3 changed files with 23 additions and 7 deletions

View File

@@ -1415,3 +1415,9 @@
#if PIN_EXISTS(ESP_WIFI_MODULE_ENABLE)
REPORT_NAME_DIGITAL(__LINE__, ESP_WIFI_MODULE_ENABLE_PIN)
#endif
#if PIN_EXISTS(ESP_WIFI_MODULE_GPIO0)
REPORT_NAME_DIGITAL(__LINE__, ESP_WIFI_MODULE_GPIO0_PIN)
#endif
#if PIN_EXISTS(ESP_WIFI_MODULE_GPIO2)
REPORT_NAME_DIGITAL(__LINE__, ESP_WIFI_MODULE_GPIO2_PIN)
#endif