Commit ee08e927 authored by Eric Duminil's avatar Eric Duminil
Browse files

Renaming sensor_commands to sensor_console

parent 777b0531
Pipeline #2831 passed with stage
in 1 minute and 37 seconds
......@@ -33,7 +33,7 @@
#endif
#include "util.h"
#include "sensor_commands.h"
#include "sensor_console.h"
#include "co2_sensor.h"
#include "led_effects.h"
......
......@@ -7,7 +7,7 @@
#include "config.h"
#include "led_effects.h"
#include "util.h"
#include "sensor_commands.h"
#include "sensor_console.h"
#include <Wire.h>
namespace config {
......
......@@ -14,7 +14,7 @@
#include "config.h"
#include "util.h"
#include "led_effects.h"
#include "sensor_commands.h"
#include "sensor_console.h"
namespace config {
extern uint16_t csv_interval; // [s]
......
......@@ -13,7 +13,7 @@
#include <SPI.h>
#include "led_effects.h"
#include "sensor_commands.h"
#include "sensor_console.h"
#include "util.h"
namespace config {
......
......@@ -4,7 +4,7 @@
#include <Arduino.h>
#include "config.h"
#include "led_effects.h"
#include "sensor_commands.h"
#include "sensor_console.h"
#include "src/lib/PubSubClient/src/PubSubClient.h"
#include "wifi_util.h"
namespace config {
......
#include "sensor_commands.h"
#include "sensor_console.h"
namespace sensor_console {
const uint8_t MAX_CALLBACKS = 20;
......
#ifndef WEB_SERVER_H_
#define WEB_SERVER_H_
#if defined(ESP8266)
# include <ESP8266WebServer.h>
#elif defined(ESP32)
......@@ -9,7 +10,7 @@
#include "config.h"
#include "util.h"
#include "co2_sensor.h"
#include "sensor_commands.h"
#include "sensor_console.h"
#ifdef AMPEL_CSV
# include "csv_writer.h"
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment