mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 22:43:07 +01:00
make data store times configurable
This commit is contained in:
@@ -138,7 +138,7 @@ bool fixedApPass=true;
|
||||
#endif
|
||||
GwWifi gwWifi(&config,&logger,fixedApPass);
|
||||
GwChannelList channels(&logger,&config);
|
||||
GwBoatData boatData(&logger);
|
||||
GwBoatData boatData(&logger,&config);
|
||||
GwXDRMappings xdrMappings(&logger,&config);
|
||||
bool sendOutN2k=true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user