| 647 | } |
| 648 | |
| 649 | void AmsConfiguration::clearNtp(NtpConfig& config) { |
| 650 | config.enable = true; |
| 651 | config.dhcp = true; |
| 652 | strcpy_P(config.server, PSTR("pool.ntp.org")); |
| 653 | strcpy_P(config.timezone, PSTR("Europe/Oslo")); |
| 654 | } |
| 655 | |
| 656 | bool AmsConfiguration::getPriceServiceConfig(PriceServiceConfig& config) { |
| 657 | if(hasConfig()) { |
nothing calls this directly
no outgoing calls
no test coverage detected