mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Backup
This commit is contained in:
@@ -265,6 +265,7 @@ public:
|
||||
if(hour > 12) hour = hour - 12.0;
|
||||
minute = (hour - int(hour)) * 3600.0 / 60.0;
|
||||
LOG_DEBUG(GwLog::DEBUG,"... PageClock, value1: %f hour: %f minute:%f", value1, hour, minute);
|
||||
|
||||
// Draw hour pointer
|
||||
float startwidth = 8; // Start width of pointer
|
||||
if(valid1 == true || holdvalues == true || simulation == true){
|
||||
|
||||
Reference in New Issue
Block a user