1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17420 from gschorcht/cpu/esp/revert_change_for_esp_wifi_passphrase

cpu/esp: revert the change for default definition of ESP_WIFI_PASS
This commit is contained in:
benpicco 2021-12-20 17:05:45 +01:00 committed by GitHub
commit 2bb2dc35d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
/**
* @brief Passphrase used for the AP as clear text (max. 64 chars).
*/
#ifndef ESP_WIFI_PASS
#ifdef DOXYGEN
#define ESP_WIFI_PASS "ThisistheRIOTporttoESP"
#endif