Forgot to add to config

This commit is contained in:
CommanderRedYT
2022-02-13 02:16:35 +01:00
parent d29514a167
commit 06f8bd2ac1

View File

@ -634,7 +634,8 @@ public:
x(feature.ble) \
x(feature.ota) \
x(feature.webserver) \
x(feature.gschissene_diode)
x(feature.gschissene_diode) \
x(feature.esp_now)
//x(bleSettings.bleEnabled)
#define FEATURES(x) \
@ -646,7 +647,8 @@ public:
x(feature.dnsannounce) \
x(feature.ntp) \
x(feature.ble) \
x(feature.ota) \
x(feature.ota) \
x(feature.esp_now) \
x(feature.webserver)
//x(feature.gschisseneDiode)