TexasInstruments: Fix pressure unit for sensortag (HectoPascal -> MilliBar)

master
Michael Zanetti 2020-01-06 17:43:25 +01:00
parent 9fca1ed4e1
commit 215654bbf5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
"displayName": "Barometric pressure",
"displayNameEvent": "Barometric pressure changed",
"type": "double",
"unit": "HectoPascal",
"unit": "MilliBar",
"defaultValue": 0
},
{