khoih-prog / ESP_WiFiManager

This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32 (including ESP32-S2 and ESP32-C3), ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson
MIT License
371 stars 97 forks source link

esp_wifimanager.cpp is not compiled #71

Closed lybce closed 2 years ago

lybce commented 2 years ago

Hi, i try to add a fast blink led to inform the user that the module is in Captive Portal Mode, changing the .cpp file I save the .cpp file, but when compile the project in Arduino IDE (windows) all fine, no error but changes have no effect I cant find an esp_wifimanager.cpp.o to delete Any idea ?

Thanks

khoih-prog commented 2 years ago

Thanks for your interest in the the library

I'm sorry I have no time to deal with your issue which is not a bug of or created by the library.

Please first do some research yourself, then ask for help in suitable forum, such as Arduino forum.

Good Luck,