Skip to content

Commit

Permalink
chore: update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresjolyst committed Jan 5, 2025
1 parent 27e05e6 commit 9570c1f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/EEPROMHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_EEPROMHELPER_H_
#define SRC_EEPROMHELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/MQTTHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_MQTTHELPER_H_
#define SRC_MQTTHELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/OTAHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_OTAHELPER_H_
#define SRC_OTAHELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/PRINTHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_PRINTHELPER_H_
#define SRC_PRINTHELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/SensorController.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_SENSORCONTROLLER_H_
#define SRC_SENSORCONTROLLER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/VoltmeterController.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_VOLTMETERCONTROLLER_H_
#define SRC_VOLTMETERCONTROLLER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/WIFIHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_WIFIHELPER_H_
#define SRC_WIFIHELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/WIZHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_WIZHELPER_H_
#define SRC_WIZHELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/WebServer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#ifndef SRC_WEBSERVER_H_
#define SRC_WEBSERVER_H_
Expand Down
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 Sondre Sjølyst
// Copyright (c) 2023-2025 Sondre Sjølyst

#include <Arduino.h>
#include <DHT.h>
Expand Down Expand Up @@ -37,7 +37,7 @@ const char *MQTT_BROKER = SECRET_MQTTBROKER;
const char *MQTT_PASS = SECRET_MQTTPASS;
const char *MQTT_USER = SECRET_MQTTUSER;
const char *SENSOR_TYPE = "BME"; // "BME" or "DHT"
const char *LIZ_TYPE = "sensor"; // "voltmeter" or "sensor"
const char *LIZ_TYPE = "voltmeter"; // "voltmeter" or "sensor"
const float TEMP_HUMID_DIFF = 10.0;
const int DHT_SENSOR_PIN = 2;
const int DNS_PORT = 53;
Expand Down

0 comments on commit 9570c1f

Please sign in to comment.