Commit d22ab387 authored by Eric Duminil's avatar Eric Duminil
Browse files

Note

parent 7f930549
Pipeline #5791 failed with stage
in 2 minutes and 13 seconds
......@@ -127,6 +127,7 @@ namespace web_config {
* NTP Time
*/
//NOTE: Save time after first NTP connection, so that time doesn't go back to 1970?
ParameterGroup timeParams = ParameterGroup("NTP", "Time server");
TextTParameter<STRING_LEN> ntpServerParam =
Builder<TextTParameter<STRING_LEN>>("ntp_server").label("NTP Server").defaultValue(NTP_SERVER).build();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment