mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
fix: fix typos
This commit is contained in:
@@ -152,14 +152,14 @@ struct Settings {
|
|||||||
Sensors::Settings sensorsSettings[SENSORS_AMOUNT] = {
|
Sensors::Settings sensorsSettings[SENSORS_AMOUNT] = {
|
||||||
{
|
{
|
||||||
false,
|
false,
|
||||||
"Indoor temp",
|
"Outdoor temp",
|
||||||
Sensors::Purpose::OUTDOOR_TEMP,
|
Sensors::Purpose::OUTDOOR_TEMP,
|
||||||
Sensors::Type::DALLAS_TEMP,
|
Sensors::Type::DALLAS_TEMP,
|
||||||
DEFAULT_SENSOR_OUTDOOR_GPIO
|
DEFAULT_SENSOR_OUTDOOR_GPIO
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
false,
|
false,
|
||||||
"Outdoor temp",
|
"Indoor temp",
|
||||||
Sensors::Purpose::INDOOR_TEMP,
|
Sensors::Purpose::INDOOR_TEMP,
|
||||||
Sensors::Type::DALLAS_TEMP,
|
Sensors::Type::DALLAS_TEMP,
|
||||||
DEFAULT_SENSOR_INDOOR_GPIO
|
DEFAULT_SENSOR_INDOOR_GPIO
|
||||||
|
|||||||
Reference in New Issue
Block a user