Forgot ifdef
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user