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

@@ -130,7 +130,7 @@ struct Settings {
struct {
SensorType type = SensorType::MANUAL;
byte gpio = DEFAULT_SENSOR_INDOOR_GPIO;
uint8_t bleAddresss[6] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
uint8_t bleAddress[6] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
float offset = 0.0f;
} indoor;
} sensors;