Files
bobbycar-boardcomputer-firm…/main/configutils_bobby.h
2022-01-05 01:21:42 +01:00

16 lines
375 B
C

#pragma once
#include "sdkconfig.h"
// 3rdparty lib includes
#include <configutils_priv_enum.h>
// local includes
#include "ledstrip.h"
#include "handbremse.h"
#include "bobbyquickactions.h"
IMPLEMENT_NVS_GET_SET_ENUM(OtaAnimationModes)
IMPLEMENT_NVS_GET_SET_ENUM(HandbremseMode)
IMPLEMENT_NVS_GET_SET_ENUM(LedstripAnimation)
IMPLEMENT_NVS_GET_SET_ENUM(BobbyQuickActions)