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
Käppler
ampel-firmware
Commits
0d9e1e2b
Commit
0d9e1e2b
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Conditional include
parent
d8733548
master
dev/calibnightmode
dev/configbreathing
dev/debugcalib
dev/fixstartup
dev/sensorstates
develop
refactor/calibration
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web_server.h
+3
-1
web_server.h
with
3 additions
and
1 deletion
+3
-1
web_server.h
+
3
-
1
View file @
0d9e1e2b
...
@@ -9,7 +9,9 @@
...
@@ -9,7 +9,9 @@
#include
"config.h"
#include
"config.h"
#include
"util.h"
#include
"util.h"
#include
"co2_sensor.h"
#include
"co2_sensor.h"
#include
"csv_writer.h"
#ifdef CSV_WRITER
# include "csv_writer.h"
#endif
#ifdef MQTT
#ifdef MQTT
# include "mqtt.h"
# include "mqtt.h"
#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