alanswx / ESPAsyncWiFiManager

Port WiFiManager to ESP Async Server
MIT License
224 stars 86 forks source link

undefined reference and ld returned 1 exit status #95

Open nelsontechnologies opened 3 years ago

nelsontechnologies commented 3 years ago

.pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o:(.literal._Z5setupv+0x120): undefined reference to AsyncWiFiManager::autoConnect(char const*, char const*, unsigned long, unsigned long)' .pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o:(.literal.startup._GLOBAL__sub_I_Blynk+0x30): undefined reference toAsyncWiFiManager::AsyncWiFiManager(AsyncWebServer, DNSServer)' .pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o: In function setup()': C:\Users\brad\Documents\PlatformIO\Projects\NTCEM-Receive/src/main.cpp:567: undefined reference toAsyncWiFiManager::autoConnect(char const, char const, unsigned long, unsigned long)' .pio\build\heltec_wifi_lora_32_V2\src\main.cpp.o: In function _GLOBAL__sub_I_Blynk': C:\Users\brad\Documents\PlatformIO\Projects\NTCEM-Receive/src/main.cpp:88: undefined reference toAsyncWiFiManager::AsyncWiFiManager(AsyncWebServer, DNSServer)'

collect2.exe: error: ld returned 1 exit status