From f901303adba80b23f6934330a91412ec002ad0c7 Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Sun, 2 May 2021 17:56:14 +0200 Subject: [PATCH] update version to 0.8.4 --- 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 +- restAPI.ino | 2 +- sensors_ext.ino | 2 +- settingStuff.ino | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/FSexplorer.ino b/FSexplorer.ino index 1776cca3..e0561695 100644 --- a/FSexplorer.ino +++ b/FSexplorer.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer -** Version : v0.8.3 +** Version : v0.8.4 ** ** 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 690ad6b2..aef9031b 100644 --- a/MQTTstuff.ino +++ b/MQTTstuff.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : MQTTstuff -** Version : v0.8.3 +** Version : v0.8.4 ** ** Copyright (c) 2021 Robert van den Breemen ** Modified version from (c) 2020 Willem Aandewiel diff --git a/OTGW-Core.h b/OTGW-Core.h index 1d8e05e4..ab79148e 100644 --- a/OTGW-Core.h +++ b/OTGW-Core.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : Header file: OTGW-Core.h -** Version : v0.8.3 +** Version : v0.8.4 ** ** Copyright (c) 2021 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-Core.ino b/OTGW-Core.ino index 5ff2a8b0..abb604fa 100644 --- a/OTGW-Core.ino +++ b/OTGW-Core.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-Core.ino -** Version : v0.8.3 +** Version : v0.8.4 ** ** Copyright (c) 2021 Robert van den Breemen ** Borrowed from OpenTherm library from: diff --git a/OTGW-firmware.h b/OTGW-firmware.h index 9948d65a..3e9207f6 100644 --- a/OTGW-firmware.h +++ b/OTGW-firmware.h @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.h -** Version : v0.8.3 +** Version : v0.8.4 ** ** Copyright (c) 2021 Robert van den Breemen ** diff --git a/OTGW-firmware.ino b/OTGW-firmware.ino index 44dab761..6032e09e 100644 --- a/OTGW-firmware.ino +++ b/OTGW-firmware.ino @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : OTGW-firmware.ino -** Version : v0.8.3 +** Version : v0.8.4 ** ** Copyright (c) 2021 Robert van den Breemen ** diff --git a/data/FSexplorer.css b/data/FSexplorer.css index 436e6ea7..396e00f7 100644 --- a/data/FSexplorer.css +++ b/data/FSexplorer.css @@ -1,7 +1,7 @@ /* *************************************************************************** ** Program : FSexplorer.html -** Version : v0.8.3 +** Version : v0.8.4 ** For more information visit: https://fipsok.de *************************************************************************** */ diff --git a/data/FSexplorer.html b/data/FSexplorer.html index 6b6537ce..b8251896 100644 --- a/data/FSexplorer.html +++ b/data/FSexplorer.html @@ -1,7 +1,7 @@