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 = {};
livestatsCharacteristic = {};
remotecontrolCharacteristic = {};
#ifdef FEATURE_WIRELESS_CONFIG
wirelessConfig = {};
getwifilist = {};
#endif
}
void RemoteControlCallbacks::onWrite(NimBLECharacteristic* pCharacteristic)