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
dc148588
Commit
dc148588
authored
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Moving includes from h to cpp
parent
649d7fdf
master
develop
experimental/example_for_iotwebconf
senseair_s8
v0.3.0
v0.2.3
archive/experimental/save_lora_session
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ampel-firmware/util.cpp
+5
-0
ampel-firmware/util.cpp
ampel-firmware/util.h
+0
-6
ampel-firmware/util.h
with
5 additions
and
6 deletions
+5
-6
ampel-firmware/util.cpp
+
5
-
0
View file @
dc148588
#include
"util.h"
#include
"sensor_console.h"
#include
"config.h"
#include
"sensor_console.h"
#include
<WiFiUdp.h>
// required for NTP
#include
"src/lib/NTPClient-master/NTPClient.h"
// NTP
namespace
config
{
const
char
*
ntp_server
=
NTP_SERVER
;
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/util.h
+
0
-
6
View file @
dc148588
#ifndef AMPEL_UTIL_H_INCLUDED
#define AMPEL_UTIL_H_INCLUDED
#include
<Arduino.h>
#include
"config.h"
#include
"sensor_console.h"
#include
<WiFiUdp.h>
// required for NTP
#include
"src/lib/NTPClient-master/NTPClient.h"
// NTP
#if defined(ESP8266)
# include <ESP8266WiFi.h> // required to get MAC address
...
...
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