settingsmanager
settingsmanager copied to clipboard
Dependency to SketchLogger
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.
Ups I migrated to Platformio. It's much better tool there you can have them all.