fix: fix typo

This commit is contained in:
Yurii
2024-06-20 06:41:32 +03:00
parent 5b6e23251a
commit 8b50fdec21
3 changed files with 13 additions and 13 deletions

View File

@@ -140,7 +140,7 @@ protected:
this->initBleNotify = false;
// Connect to the remote BLE Server.
BLEAddress bleServerAddress(settings.sensors.indoor.bleAddresss);
BLEAddress bleServerAddress(settings.sensors.indoor.bleAddress);
if (!pBleClient->connect(bleServerAddress)) {
Log.swarningln(FPSTR(L_SENSORS_BLE), "Failed connecting to device at %s", bleServerAddress.toString().c_str());
return;