AlertMe icon indicating copy to clipboard operation
AlertMe copied to clipboard

Getting many errors

Open jbrepogmailcom opened this issue 6 years ago • 3 comments

deleted

jbrepogmailcom avatar Dec 11 '18 15:12 jbrepogmailcom

Replaced ArduinoJson beta with latest non-beta and getting following:

\arduino_build_711000\libraries\arduino_541727\AlertMe.cpp.o: In function `configModeCallback(WiFiManager*)':

\arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\xtensa-lx106-elf\include\c++\4.8.2\bits/shared_ptr_base.h:547: multiple definition of `configModeCallback(WiFiManager*)'

.ino:223: first defined here

Seems like conflicting with duplicable call of WiFiManager in my main sketch. What can I do?

//gets called when WiFiManager enters configuration mode void configModeCallback (WiFiManager *myWiFiManager) {

jbrepogmailcom avatar Dec 11 '18 15:12 jbrepogmailcom

Getting multiple ArduinoJson errors refering to upgrade to version 6. Already have on my upgraded; still getting errors.

I have ArduinoJson library Version 6.15.0 installed.

Alertme --errors.txt

ContactSensor_Alertme.zip

William

Tech500 avatar Mar 27 '20 12:03 Tech500

@Tech500 I got this to compile by downgrading the ArduinoJson library to 5.13.4. You can either do this via the Library Manager in Arduino or by downloading the linked release and manually installing. @connornishijima Any chance you could modify this library to work with the current v6 of ArduinoJson? They have provided a migration guide.

DirtyEngineer avatar Apr 16 '20 14:04 DirtyEngineer