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:
@@ -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"){
|
||||
|
||||
Reference in New Issue
Block a user