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
6149cce2
Commit
6149cce2
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Time_util -> NTP
parent
2b8aa199
master
develop
experimental/example_for_iotwebconf
senseair_s8
v0.3.0
v0.2.3
archive/experimental/save_lora_session
No related merge requests found
Pipeline
#5748
failed with stage
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
ampel-firmware/ampel-firmware.h
+1
-1
ampel-firmware/ampel-firmware.h
ampel-firmware/co2_sensor.cpp
+1
-1
ampel-firmware/co2_sensor.cpp
ampel-firmware/csv_writer.cpp
+1
-1
ampel-firmware/csv_writer.cpp
ampel-firmware/lorawan.cpp
+1
-1
ampel-firmware/lorawan.cpp
ampel-firmware/mqtt.cpp
+1
-1
ampel-firmware/mqtt.cpp
ampel-firmware/ntp.cpp
+1
-1
ampel-firmware/ntp.cpp
ampel-firmware/ntp.h
+0
-0
ampel-firmware/ntp.h
ampel-firmware/web_server.cpp
+1
-1
ampel-firmware/web_server.cpp
ampel-firmware/wifi_util.cpp
+1
-1
ampel-firmware/wifi_util.cpp
with
8 additions
and
8 deletions
+8
-8
ampel-firmware/ampel-firmware.h
+
1
-
1
View file @
6149cce2
...
...
@@ -33,7 +33,7 @@
#endif
#include
"util.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"sensor_console.h"
#include
"co2_sensor.h"
#include
"led_effects.h"
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/co2_sensor.cpp
+
1
-
1
View file @
6149cce2
#include
"co2_sensor.h"
#include
"config.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"led_effects.h"
#include
"sensor_console.h"
#include
<Wire.h>
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/csv_writer.cpp
+
1
-
1
View file @
6149cce2
#include
"csv_writer.h"
#include
"config.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"led_effects.h"
#include
"sensor_console.h"
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/lorawan.cpp
+
1
-
1
View file @
6149cce2
...
...
@@ -5,7 +5,7 @@
#include
"led_effects.h"
#include
"sensor_console.h"
#include
"util.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
/*** Define region and transceiver type, and ignore lmic_project_config.h from lmic library ***/
// Those values are probably okay if you're in Europe.
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/mqtt.cpp
+
1
-
1
View file @
6149cce2
...
...
@@ -4,7 +4,7 @@
#include
"led_effects.h"
#include
"sensor_console.h"
#include
"wifi_util.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"src/lib/PubSubClient/src/PubSubClient.h"
#if defined(ESP8266)
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/
time_util
.cpp
→
ampel-firmware/
ntp
.cpp
+
1
-
1
View file @
6149cce2
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"sensor_console.h"
#include
"config.h"
#include
<WiFiUdp.h>
// required for NTP
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/
time_util
.h
→
ampel-firmware/
ntp
.h
+
0
-
0
View file @
6149cce2
File moved
This diff is collapsed.
Click to expand it.
ampel-firmware/web_server.cpp
+
1
-
1
View file @
6149cce2
...
...
@@ -8,7 +8,7 @@
#include
"config.h"
#include
"util.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"wifi_util.h"
#include
"co2_sensor.h"
#include
"sensor_console.h"
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/wifi_util.cpp
+
1
-
1
View file @
6149cce2
...
...
@@ -2,7 +2,7 @@
#include
"config.h"
#include
"util.h"
#include
"
time_util
.h"
#include
"
ntp
.h"
#include
"led_effects.h"
#include
"sensor_console.h"
...
...
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