settingsmanager icon indicating copy to clipboard operation
settingsmanager copied to clipboard

Dependency to SketchLogger

Open vesley opened this issue 4 years ago • 1 comments

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.

vesley avatar May 04 '20 15:05 vesley

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

SergiuToporjinschi avatar May 05 '20 09:05 SergiuToporjinschi