From 32d9a1d46550624ad8758ee4381205ca4de298cb Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Wed, 17 Apr 2024 06:52:21 +0200 Subject: [PATCH] Update to version 0.10.3 on file headers --- 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 +- helperStuff.ino | 2 +- jsonStuff.ino | 2 +- networkStuff.h | 2 +- outputs_ext.ino | 2 +- outputs_ext.ino.tmp | 99 --------------------------------- 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 | 32 +++-------- 22 files changed, 29 insertions(+), 142 deletions(-) delete mode 100644 outputs_ext.ino.tmp diff --git a/FSexplorer.ino b/FSexplorer.ino index 4ba11fa..1977c91 100644 --- a/FSexplorer.ino +++ b/FSexplorer.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer -** Version : v0.10.2 +** Version : v0.10.3 ** ** 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 45be66b..6c2fa4c 100644 --- a/MQTTstuff.ino +++ b/MQTTstuff.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : MQTTstuff -** Version : v0.10.2 +** Version : v0.10.3 ** ** Copyright (c) 2021-2023 Robert van den Breemen ** Modified version from (c) 2020 Willem Aandewiel diff --git a/OTGW-Core.h b/OTGW-Core.h index e9485cc..e404a20 100644 --- a/OTGW-Core.h +++ b/OTGW-Core.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : Header file: OTGW-Core.h -** Version : v0.10.2 +** Version : v0.10.3 ** ** Copyright (c) 2021-2023 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-Core.ino b/OTGW-Core.ino index c79a496..ef77842 100644 --- a/OTGW-Core.ino +++ b/OTGW-Core.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-Core.ino -** Version : v0.10.2 +** Version : v0.10.3 ** ** Copyright (c) 2021-2023 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-firmware.h b/OTGW-firmware.h index cb6f8bd..37b5270 100644 --- a/OTGW-firmware.h +++ b/OTGW-firmware.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.h -** Version : v0.10.2 +** Version : v0.10.3 ** ** Copyright (c) 2021-2023 Robert van den Breemen ** diff --git a/OTGW-firmware.ino b/OTGW-firmware.ino index 37a27b3..3a628fb 100644 --- a/OTGW-firmware.ino +++ b/OTGW-firmware.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.ino -** Version : v0.10.2 +** Version : v0.10.3 ** ** Copyright (c) 2021-2023 Robert van den Breemen ** diff --git a/data/FSexplorer.css b/data/FSexplorer.css index cc5292f..b86fd1f 100644 --- a/data/FSexplorer.css +++ b/data/FSexplorer.css @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer.html -** Version : v0.10.2 +** Version : v0.10.3 ** For more information visit: https://fipsok.de *************************************************************************** */ diff --git a/data/FSexplorer.html b/data/FSexplorer.html index 270023b..2fa3c99 100644 --- a/data/FSexplorer.html +++ b/data/FSexplorer.html @@ -1,7 +1,7 @@