mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
BME20 with offsets
This commit is contained in:
@@ -313,6 +313,17 @@
|
||||
"BME280":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"BME280TOffset",
|
||||
"label":"BME280 Temperature Offset",
|
||||
"type": "number",
|
||||
"description": "offset (in °) to be added to the BME280 temperature measurements",
|
||||
"default":"0",
|
||||
"category": "sensors",
|
||||
"capabilities": {
|
||||
"BME280":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "iicBME280Humid",
|
||||
"label": "BME280 Humidity",
|
||||
@@ -351,6 +362,17 @@
|
||||
"BME280":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"BME280POffset",
|
||||
"label":"BME280 Pressure Offset",
|
||||
"type": "number",
|
||||
"description": "offset (in pa) to be added to the BME280 pressure measurements",
|
||||
"default":"0",
|
||||
"category": "sensors",
|
||||
"capabilities": {
|
||||
"BME280":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BME280iid",
|
||||
"label": "BME280 N2K iid",
|
||||
|
||||
Reference in New Issue
Block a user