SergiuToporjinschi / settingsmanager

Saving, reading and changing settings from Json file on SPIFFS
GNU General Public License v3.0
18 stars 8 forks source link

Dependency to SketchLogger #8

Open vesley opened 4 years ago

vesley commented 4 years ago

I've installed the SettingsManager successfully in Arduino IDE. When I try to upload my sketch to the Wemos D1 I'm getting following error:

Arduino/libraries/Settings_Manager/src/SettingsManager.cpp:24:25: fatal error: debug_macro.h: No such file or directory
 #include "debug_macro.h"
                         ^
compilation terminated.
exit status 1
Error compiling for board LOLIN(WEMOS) D1 R2 & mini.

I've tried to install SketchLogger from Arduino IDE, but there is no such plugin. I found the SketchLogger on github, but I don't know how to install it manually in Arduino IDE.

SergiuToporjinschi commented 4 years ago

Ups I migrated to Platformio. It's much better tool there you can have them all.