1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

Fix hold data on page clock and change the unit from mBar to hPa

This commit is contained in:
norbert-walter
2022-06-26 16:16:53 +02:00
parent 40e5bd7c29
commit 765045174a
2 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ class PageBME280 : public Page
else{
svalue3 = "---";
}
String unit3 = "mBar"; // Unit of value
String unit3 = "hPa"; // Unit of value
// Optical warning by limit violation (unused)
if(String(flashLED) == "Limit Violation"){