From 38f921ba3871385b8d79d2a0449209ac91a4a21c Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Sun, 5 May 2024 20:44:16 +0200 Subject: [PATCH] Update file headers during development. --- FSexplorer.ino | 2 +- MQTTstuff.ino | 2 +- OTGW-Core.h | 2 +- OTGW-Core.ino | 2 +- OTGW-firmware.h | 2 +- OTGW-firmware.ino | 2 +- data/FSexplorer.css | 2 +- data/FSexplorer.html | 2 +- data/index.css | 2 +- data/index.js | 2 +- data/mqttha.cfg | 10 ++++++++++ helperStuff.ino | 2 +- jsonStuff.ino | 2 +- networkStuff.h | 2 +- outputs_ext.ino | 2 +- restAPI.ino | 2 +- s0PulseCount.ino | 2 +- sensors_ext.ino | 2 +- settingStuff.ino | 2 +- theme/OTGW_Dark_Theme/index.css | 2 +- theme/OTGW_Dark_Theme/index.js | 2 +- version.h | 18 +++++++++--------- 22 files changed, 39 insertions(+), 29 deletions(-) diff --git a/FSexplorer.ino b/FSexplorer.ino index 1977c91..6ea021b 100644 --- a/FSexplorer.ino +++ b/FSexplorer.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** ** Mostly stolen from https://www.arduinoforum.de/User-Fips ** For more information visit: https://fipsok.de diff --git a/MQTTstuff.ino b/MQTTstuff.ino index a2312af..4980e2d 100644 --- a/MQTTstuff.ino +++ b/MQTTstuff.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : MQTTstuff -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** ** Copyright (c) 2021-2024 Robert van den Breemen ** Modified version from (c) 2020 Willem Aandewiel diff --git a/OTGW-Core.h b/OTGW-Core.h index 4ef6fc4..cf9ebcb 100644 --- a/OTGW-Core.h +++ b/OTGW-Core.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : Header file: OTGW-Core.h -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** ** Copyright (c) 2021-2024 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-Core.ino b/OTGW-Core.ino index 05054cf..8b73173 100644 --- a/OTGW-Core.ino +++ b/OTGW-Core.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-Core.ino -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** ** Copyright (c) 2021-2024 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-firmware.h b/OTGW-firmware.h index 8d7d802..6b85af2 100644 --- a/OTGW-firmware.h +++ b/OTGW-firmware.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.h -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** ** Copyright (c) 2021-2024 Robert van den Breemen ** diff --git a/OTGW-firmware.ino b/OTGW-firmware.ino index a2ea879..d26d35d 100644 --- a/OTGW-firmware.ino +++ b/OTGW-firmware.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.ino -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** ** Copyright (c) 2021-2024 Robert van den Breemen ** diff --git a/data/FSexplorer.css b/data/FSexplorer.css index b86fd1f..cad764c 100644 --- a/data/FSexplorer.css +++ b/data/FSexplorer.css @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer.html -** Version : v0.10.3 +** Version : v0.10.4-beta-beta-beta ** For more information visit: https://fipsok.de *************************************************************************** */ diff --git a/data/FSexplorer.html b/data/FSexplorer.html index c70e20a..6e3a0ba 100644 --- a/data/FSexplorer.html +++ b/data/FSexplorer.html @@ -1,7 +1,7 @@