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
077b4e74
Commit
077b4e74
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
TODO
parent
ea7407e0
master
develop
experimental/example_for_iotwebconf
senseair_s8
v0.3.0
archive/experimental/save_lora_session
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ampel-firmware/ampel-firmware.ino
+2
-1
ampel-firmware/ampel-firmware.ino
with
2 additions
and
1 deletion
+2
-1
ampel-firmware/ampel-firmware.ino
+
2
-
1
View file @
077b4e74
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
*/
*/
#include
"ampel-firmware.h"
#include
"ampel-firmware.h"
//TODO: Move as many includes into cpp as possible
/*****************************************************************
/*****************************************************************
* GPL License *
* GPL License *
...
@@ -118,7 +119,7 @@ void setup() {
...
@@ -118,7 +119,7 @@ void setup() {
#ifdef AMPEL_WIFI // Structure doesn't make sense anymore
#ifdef AMPEL_WIFI // Structure doesn't make sense anymore
wifi
::
defineCommands
();
wifi
::
defineCommands
();
# ifdef AMPEL_HTTP
# ifdef AMPEL_HTTP
//
web_server::define
_p
ages();
web_server
::
define
P
ages
();
//TODO: Rename. Not just web_server
//TODO: Rename. Not just web_server
// web_server::initialize();
// web_server::initialize();
# endif
# endif
...
...
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