Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
a44a5879
Commit
a44a5879
authored
Oct 03, 2025
by
Eric Duminil
Browse files
Move libraries to ino
parent
e96de764
Pipeline
#11963
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/ampel-firmware.h
View file @
a44a5879
#ifndef AMPEL_H_INCLUDED
#ifndef AMPEL_H_INCLUDED
#define AMPEL_H_INCLUDED
#define AMPEL_H_INCLUDED
/*****************************************************************
* Libraries *
*****************************************************************/
//NOTE: Too many headers. Move them to include/ folder?
#include
"web_config.h"
// Needed for offline config too.
#include
"csv_writer.h"
#include
"wifi_util.h"
#include
"mqtt.h"
#include
"web_server.h"
#include
"lorawan.h"
#include
"util.h"
#include
"ntp.h"
#include
"sensor_console.h"
#include
"co2_sensor.h"
#include
"led_effects.h"
void
wifiConnecting
();
void
wifiConnecting
();
void
wifiConnected
();
void
wifiConnected
();
...
...
ampel-firmware/ampel-firmware.ino
View file @
a44a5879
...
@@ -56,6 +56,25 @@
...
@@ -56,6 +56,25 @@
* and define your credentials and parameters in 'config.h'.
* and define your credentials and parameters in 'config.h'.
*/
*/
/*****************************************************************
* Libraries *
*****************************************************************/
#include
"web_config.h"
// Needed for offline config too.
#include
"csv_writer.h"
#include
"wifi_util.h"
#include
"mqtt.h"
#include
"web_server.h"
#include
"lorawan.h"
#include
"util.h"
#include
"ntp.h"
#include
"sensor_console.h"
#include
"co2_sensor.h"
#include
"led_effects.h"
/*****************************************************************
/*****************************************************************
* Setup *
* Setup *
*****************************************************************/
*****************************************************************/
...
...
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