Commit 6149cce2 authored by Eric Duminil's avatar Eric Duminil
Browse files

Time_util -> NTP

parent 2b8aa199
Pipeline #5748 failed with stage
......@@ -33,7 +33,7 @@
#endif
#include "util.h"
#include "time_util.h"
#include "ntp.h"
#include "sensor_console.h"
#include "co2_sensor.h"
#include "led_effects.h"
......
#include "co2_sensor.h"
#include "config.h"
#include "time_util.h"
#include "ntp.h"
#include "led_effects.h"
#include "sensor_console.h"
#include <Wire.h>
......
#include "csv_writer.h"
#include "config.h"
#include "time_util.h"
#include "ntp.h"
#include "led_effects.h"
#include "sensor_console.h"
......
......@@ -5,7 +5,7 @@
#include "led_effects.h"
#include "sensor_console.h"
#include "util.h"
#include "time_util.h"
#include "ntp.h"
/*** Define region and transceiver type, and ignore lmic_project_config.h from lmic library ***/
// Those values are probably okay if you're in Europe.
......
......@@ -4,7 +4,7 @@
#include "led_effects.h"
#include "sensor_console.h"
#include "wifi_util.h"
#include "time_util.h"
#include "ntp.h"
#include "src/lib/PubSubClient/src/PubSubClient.h"
#if defined(ESP8266)
......
#include "time_util.h"
#include "ntp.h"
#include "sensor_console.h"
#include "config.h"
#include <WiFiUdp.h> // required for NTP
......
......@@ -8,7 +8,7 @@
#include "config.h"
#include "util.h"
#include "time_util.h"
#include "ntp.h"
#include "wifi_util.h"
#include "co2_sensor.h"
#include "sensor_console.h"
......
......@@ -2,7 +2,7 @@
#include "config.h"
#include "util.h"
#include "time_util.h"
#include "ntp.h"
#include "led_effects.h"
#include "sensor_console.h"
......
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