mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Simulation for page clock
This commit is contained in:
@@ -12,7 +12,7 @@ class PageClock : public Page
|
||||
PageClock(CommonData &common){
|
||||
commonData = &common;
|
||||
common.logger->logDebug(GwLog::LOG,"Instantiate PageClock");
|
||||
simulation = config->getBool(config->useSimuData);
|
||||
simulation = common.config->getBool(common.config->useSimuData);
|
||||
simtime = 38160; // time value 11:36
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user