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
b42ee565
Commit
b42ee565
authored
Feb 15, 2022
by
Eric Duminil
Browse files
Include IotWebConf in src/lib
parent
8c4fc341
Changes
6
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/src/lib/IotWebConf/src/IotWebConf.h
View file @
b42ee565
...
...
@@ -13,9 +13,9 @@
#define IotWebConf_h
#include
<Arduino.h>
#include
<
IotWebConfParameter.h
>
#include
<
IotWebConfSettings.h
>
#include
<
IotWebConfWebServerWrapper.h
>
#include
"
IotWebConfParameter.h
"
#include
"
IotWebConfSettings.h
"
#include
"
IotWebConfWebServerWrapper.h
"
#ifdef ESP8266
# include <ESP8266WiFi.h>
...
...
ampel-firmware/src/lib/IotWebConf/src/IotWebConfParameter.cpp
View file @
b42ee565
...
...
@@ -9,7 +9,7 @@
* of the MIT license. See the LICENSE file for details.
*/
#include
<
IotWebConfParameter.h
>
#include
"
IotWebConfParameter.h
"
namespace
iotwebconf
{
...
...
ampel-firmware/src/lib/IotWebConf/src/IotWebConfParameter.h
View file @
b42ee565
...
...
@@ -14,8 +14,8 @@
#include
<Arduino.h>
#include
<functional>
#include
<
IotWebConfSettings.h
>
#include
<
IotWebConfWebServerWrapper.h
>
#include
"
IotWebConfSettings.h
"
#include
"
IotWebConfWebServerWrapper.h
"
#ifdef IOTWEBCONF_ENABLE_JSON
# include <ArduinoJson.h>
...
...
ampel-firmware/src/lib/IotWebConf/src/IotWebConfTParameter.h
View file @
b42ee565
...
...
@@ -15,7 +15,7 @@
// TODO: This file is a mess. Help wanted to organize thing!
#include
<
IotWebConfParameter.h
>
#include
"
IotWebConfParameter.h
"
#include
<Arduino.h>
#include
<IPAddress.h>
#include
<errno.h>
...
...
@@ -946,6 +946,6 @@ protected:
}
// end namespace
#include
<
IotWebConfTParameterBuilder.h
>
#include
"
IotWebConfTParameterBuilder.h
"
#endif
ampel-firmware/src/lib/IotWebConf/src/IotWebConfTParameterBuilder.h
View file @
b42ee565
...
...
@@ -13,7 +13,7 @@
#ifndef IotWebConfTParameterBuilder_h
#define IotWebConfTParameterBuilder_h
#include
<
IotWebConfTParameter.h
>
#include
"
IotWebConfTParameter.h
"
namespace
iotwebconf
{
...
...
ampel-firmware/web_config.cpp
View file @
b42ee565
...
...
@@ -11,9 +11,9 @@
#include
"util.h"
#include
"sensor_console.h"
#include
<
IotWebConf.h
>
#include
<
IotWebConfTParameter.h
>
#include
<
IotWebConfOptionalGroup.h
>
#include
"src/lib/IotWebConf/src/
IotWebConf.h
"
#include
"src/lib/IotWebConf/src/
IotWebConfTParameter.h
"
#include
"src/lib/IotWebConf/src/
IotWebConfOptionalGroup.h
"
//TODO: Check memory consumption. Disable DEBUG info?
//TODO: Convert all strings to F-strings
...
...
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