Forgot ifdef

This commit is contained in:
CommanderRedYT
2021-08-26 22:26:43 +02:00
parent b6f3c4c069
commit f0192c27e8

View File

@ -224,8 +224,10 @@ void destroyBle()
pService = {}; pService = {};
livestatsCharacteristic = {}; livestatsCharacteristic = {};
remotecontrolCharacteristic = {}; remotecontrolCharacteristic = {};
#ifdef FEATURE_WIRELESS_CONFIG
wirelessConfig = {}; wirelessConfig = {};
getwifilist = {}; getwifilist = {};
#endif
} }
void RemoteControlCallbacks::onWrite(NimBLECharacteristic* pCharacteristic) void RemoteControlCallbacks::onWrite(NimBLECharacteristic* pCharacteristic)