Files
bobbycar-boardcomputer-firm…/main/configwrapper_bobby.cpp

12 lines
414 B
C++
Raw Normal View History

2022-01-03 00:33:14 +01:00
#include "sdkconfig.h"
#include "configutils_bobby.h"
#define CONFIGWRAPPER_TOSTRING_USINGS using ::toString;
#include <configwrapper_priv.h>
2022-02-06 00:45:39 +01:00
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(BatteryCellType)
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(BobbyQuickActions)
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(HandbremseMode)
2022-01-03 21:00:16 +01:00
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(LedstripAnimation)
2022-02-06 00:45:39 +01:00
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(OtaAnimationModes)