new version 0_2_2 from stuttgart
This commit is contained in:
parent
0514952897
commit
c1b71e9829
32 changed files with 1049 additions and 501 deletions
|
@ -1,5 +1,6 @@
|
|||
#ifndef WEB_SERVER_H_
|
||||
#define WEB_SERVER_H_
|
||||
|
||||
#if defined(ESP8266)
|
||||
# include <ESP8266WebServer.h>
|
||||
#elif defined(ESP32)
|
||||
|
@ -8,7 +9,9 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "util.h"
|
||||
#include "wifi_util.h"
|
||||
#include "co2_sensor.h"
|
||||
#include "sensor_console.h"
|
||||
#ifdef AMPEL_CSV
|
||||
# include "csv_writer.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue