atomic14/esp32_wireless_microphone

To run normally

Bigdrea6 opened this issue · 0 comments

First, apply these two issues. #1 , #2
In addition to this, change the definitions of ssid and password from define.

#define WIFI_SSID (config.h) -> const char* ssid = "ssid" (main.cpp)
#define WIFI_PASSWORD (config.h) -> const char* password = "password" (main.cpp)