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
34c87002
You need to sign in or sign up before continuing.
Commit
34c87002
authored
Feb 19, 2022
by
Eric Duminil
Browse files
Removing onboard LED status
parent
5e3b5045
Pipeline
#5882
passed with stage
in 2 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_config.cpp
View file @
34c87002
...
@@ -271,13 +271,6 @@ namespace web_config {
...
@@ -271,13 +271,6 @@ namespace web_config {
iotWebConf
->
forceApMode
(
true
);
iotWebConf
->
forceApMode
(
true
);
},
F
(
"(Forces access point mode)"
));
},
F
(
"(Forces access point mode)"
));
const
int
ONBOARD_LED_PIN
=
2
;
# ifdef ESP8266
iotWebConf
->
setStatusPin
(
ONBOARD_LED_PIN
,
LOW
);
# else
iotWebConf
->
setStatusPin
(
ONBOARD_LED_PIN
,
HIGH
);
# endif
iotWebConf
->
setWifiConnectionTimeoutMs
(
1000UL
*
config
::
wifi_timeout
);
iotWebConf
->
setWifiConnectionTimeoutMs
(
1000UL
*
config
::
wifi_timeout
);
iotWebConf
->
skipApStartup
();
iotWebConf
->
skipApStartup
();
...
...
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