feat: added validation for BLE address

This commit is contained in:
Yurii
2024-01-19 03:37:18 +03:00
parent 2a67716f65
commit 2561e92ab9
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ struct Settings {
// 1 - manual, 2 - ds18b20, 3 - ble
byte type = 1;
byte pin = SENSOR_INDOOR_PIN_DEFAULT;
char bleAddresss[18];
char bleAddresss[18] = "00:00:00:00:00:00";
float offset = 0.0f;
} indoor;
} sensors;