Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
2a7ecdef
Commit
2a7ecdef
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
No AP if not needed
parent
6da82941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/web_server.cpp
+2
-1
ampel-firmware/web_server.cpp
with
2 additions
and
1 deletion
+2
-1
ampel-firmware/web_server.cpp
+
2
-
1
View file @
2a7ecdef
...
@@ -75,7 +75,8 @@ namespace web_server {
...
@@ -75,7 +75,8 @@ namespace web_server {
# else
# else
iotWebConf
->
setStatusPin
(
ONBOARD_LED_PIN
,
HIGH
);
iotWebConf
->
setStatusPin
(
ONBOARD_LED_PIN
,
HIGH
);
# endif
# endif
//TODO: Disable AP if WiFi connects
iotWebConf
->
setWifiConnectionTimeoutMs
(
1000UL
*
WIFI_TIMEOUT
);
iotWebConf
->
skipApStartup
();
//TODO: Add callbacks
//TODO: Add callbacks
//TODO: Add LED effects
//TODO: Add LED effects
//TODO: Add other params
//TODO: Add other params
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets