Fixed linking
This commit is contained in:
@ -20,6 +20,7 @@ set(headers
|
|||||||
changevaluedisplay_unifiedmodelmode.h
|
changevaluedisplay_unifiedmodelmode.h
|
||||||
cloud.h
|
cloud.h
|
||||||
cloudtexthelpers.h
|
cloudtexthelpers.h
|
||||||
|
configutils_bobby.h
|
||||||
controller.h
|
controller.h
|
||||||
debugcolorhelpers.h
|
debugcolorhelpers.h
|
||||||
debuginputhandler.h
|
debuginputhandler.h
|
||||||
@ -249,6 +250,7 @@ set(sources
|
|||||||
changevaluedisplay_unifiedmodelmode.cpp
|
changevaluedisplay_unifiedmodelmode.cpp
|
||||||
cloud.cpp
|
cloud.cpp
|
||||||
cloudtexthelpers.cpp
|
cloudtexthelpers.cpp
|
||||||
|
configwrapper_bobby.cpp
|
||||||
controller.cpp
|
controller.cpp
|
||||||
debugcolorhelpers.cpp
|
debugcolorhelpers.cpp
|
||||||
debuginputhandler.cpp
|
debuginputhandler.cpp
|
||||||
|
10
main/configutils_bobby.h
Normal file
10
main/configutils_bobby.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#pragma once
|
||||||
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
|
// 3rdparty lib includes
|
||||||
|
#include <configutils_priv_enum.h>
|
||||||
|
|
||||||
|
// local includes
|
||||||
|
#include "ledstrip.h"
|
||||||
|
|
||||||
|
IMPLEMENT_NVS_GET_SET_ENUM(OtaAnimationModes)
|
7
main/configwrapper_bobby.cpp
Normal file
7
main/configwrapper_bobby.cpp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
|
#include "configutils_bobby.h"
|
||||||
|
#define CONFIGWRAPPER_TOSTRING_USINGS using ::toString;
|
||||||
|
#include <configwrapper_priv.h>
|
||||||
|
|
||||||
|
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(OtaAnimationModes)
|
Reference in New Issue
Block a user