Closed thloe1 closed 5 years ago
I have surrounded the #defines that enable or disable the animations in #ifndef/#endif directives.
#define
#ifndef
#endif
That allows predefining these macros in a Makefile or the file platformio.ini (the PlatformIO project configuration file), for example:
Makefile
platformio.ini
-D ENA_MISC=0
I have surrounded the
#define
s that enable or disable the animations in#ifndef
/#endif
directives.That allows predefining these macros in a
Makefile
or the fileplatformio.ini
(the PlatformIO project configuration file), for example: