successful builds

added a missing dependency: PubSubClient
rename time.h -> ntptime.h to avoid conflicts with other libraries
feature/frontend-charts
Kenneth Barbour 2024-09-14 11:28:06 -04:00
parent 2f8d357cc3
commit 2c1466c466
7 changed files with 8 additions and 8 deletions

View File

@ -20,4 +20,4 @@ lib_deps =
https://github.com/kenbarbour/HttpServer
Adafruit Unified Sensor@^1.1.1
Adafruit BME280 Library@^2.0.1
PubSubClient@^2.8

View File

@ -1,5 +1,5 @@
#include "config.h"
#include "time.h"
#include "ntptime.h"
#include <Arduino.h>
#include <EEPROM.h>

View File

@ -6,7 +6,7 @@
#include "update.h"
#include "bme280.h"
#include "config.h"
#include "time.h"
#include "ntptime.h"
#include "mdns.h"
#include "mqtt.h"

View File

@ -1,5 +1,5 @@
#include "sensors.h"
#include "time.h"
#include "ntptime.h"
#include "bme280.h"
#include "battery.h"

View File

@ -1,4 +1,4 @@
#include <time.h>
#include "ntptime.h"
#include <Arduino.h>
#include <WiFiUdp.h>
#include <ESP8266WiFi.h>

View File

@ -6,7 +6,7 @@
#include <QueryString.h>
#include "config.h"
#include "version.h"
#include "time.h"
#include "ntptime.h"
#include "mqtt.h"
#include "sensors.h"