2021-10-03 17:51:12 +02:00
|
|
|
#include "configutils_espcpputils.h"
|
|
|
|
|
#define CONFIGWRAPPER_TOSTRING_USINGS using ::espcpputils::toString;
|
|
|
|
|
#include "configwrapper_priv.h"
|
|
|
|
|
|
2021-10-03 18:38:40 +02:00
|
|
|
INSTANTIATE_CONFIGWRAPPER_TEMPLATES(espcpputils::CoreAffinity)
|