Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
d22ab387
Commit
d22ab387
authored
Feb 11, 2022
by
Eric Duminil
Browse files
Note
parent
7f930549
Pipeline
#5791
failed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.cpp
View file @
d22ab387
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment