From 0239568b7bce37991163f08a2e56fefc2145472b Mon Sep 17 00:00:00 2001 From: Wouter Date: Tue, 17 Jan 2023 17:12:43 +0000 Subject: [PATCH] bump version to 0.1.2 --- knx_iot_virtual_pb.c | 8 ++++---- knx_iot_virtual_pb.cpp | 6 +++--- knx_iot_virtual_pb.h | 2 +- knx_iot_virtual_sa.c | 8 ++++---- knx_iot_virtual_sa.cpp | 6 +++--- knx_iot_virtual_sa.h | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/knx_iot_virtual_pb.c b/knx_iot_virtual_pb.c index e717a4e..791d1d2 100644 --- a/knx_iot_virtual_pb.c +++ b/knx_iot_virtual_pb.c @@ -20,7 +20,7 @@ * @file * * KNX virtual Push Button - * 2023-01-16 09:32:50.867421 + * 2023-01-17 17:05:35.451043 * ## Application Design * * support functions: @@ -474,7 +474,7 @@ oc_add_s_mode_response_cb(char *url, oc_rep_t *rep, oc_rep_t *rep_value) * - base path * - knx spec version * - hardware version : [0, 1, 2] - * - firmware version : [0, 1, 1] + * - firmware version : [0, 1, 2] * - hardware type : Linux/windows * - device model : KNX virtual - PB * @@ -495,8 +495,8 @@ app_init(void) oc_core_set_device_hwv(0, 0, 1, 2); - /* set the firmware version 0.1.1 */ - oc_core_set_device_fwv(0, 0, 1, 1); + /* set the firmware version 0.1.2 */ + oc_core_set_device_fwv(0, 0, 1, 2); /* set the hardware type*/ diff --git a/knx_iot_virtual_pb.cpp b/knx_iot_virtual_pb.cpp index 8d2d0a4..4230f4a 100644 --- a/knx_iot_virtual_pb.cpp +++ b/knx_iot_virtual_pb.cpp @@ -15,7 +15,7 @@ limitations under the License. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ -// 2023-01-16 09:32:51.032232 +// 2023-01-17 17:05:36.050669 // For compilers that support precompilation, includes "wx/wx.h". #include @@ -839,7 +839,7 @@ void MyFrame::OnAbout(wxCommandEvent& event) strcat(text,"model : KNX virtual - PB\n"); strcat(text,"hardware type : Linux/windows\n"); strcat(text,"hardware version : [0, 1, 2]\n"); - strcat(text,"firmware version : [0, 1, 1]\n\n"); + strcat(text,"firmware version : [0, 1, 2]\n\n"); strcat(text, "data points:\n"); strcat(text,"url:/p/o_1_1 rt:urn:knx:dpa.421.61 if:if.s inst:1 name:OnOff_1\n"); @@ -854,7 +854,7 @@ void MyFrame::OnAbout(wxCommandEvent& event) strcat(text, "(c) Cascoda Ltd\n"); strcat(text, "(c) KNX.org\n"); - strcat(text, "2023-01-16 09:32:51.032232"); + strcat(text, "2023-01-17 17:05:36.050669"); //wxMessageBox(text, "KNX virtual Push Button", // wxOK | wxICON_NONE); CustomDialog("About", text); diff --git a/knx_iot_virtual_pb.h b/knx_iot_virtual_pb.h index 888991b..550e460 100644 --- a/knx_iot_virtual_pb.h +++ b/knx_iot_virtual_pb.h @@ -23,7 +23,7 @@ * e.g. if the c code is compiled without main then * these functions can be used to call all generated code * - * 2023-01-16 09:32:50.928284 + * 2023-01-17 17:05:35.895658 */ #include "oc_api.h" diff --git a/knx_iot_virtual_sa.c b/knx_iot_virtual_sa.c index 75889b6..4a97d22 100644 --- a/knx_iot_virtual_sa.c +++ b/knx_iot_virtual_sa.c @@ -20,7 +20,7 @@ * @file * * KNX virtual Switching Actuator - * 2023-01-16 09:32:51.585396 + * 2023-01-17 17:05:36.942345 * ## Application Design * * support functions: @@ -518,7 +518,7 @@ oc_add_s_mode_response_cb(char *url, oc_rep_t *rep, oc_rep_t *rep_value) * - base path * - knx spec version * - hardware version : [0, 1, 2] - * - firmware version : [0, 1, 1] + * - firmware version : [0, 1, 2] * - hardware type : Windows * - device model : KNX virtual - SA * @@ -539,8 +539,8 @@ app_init(void) oc_core_set_device_hwv(0, 0, 1, 2); - /* set the firmware version 0.1.1 */ - oc_core_set_device_fwv(0, 0, 1, 1); + /* set the firmware version 0.1.2 */ + oc_core_set_device_fwv(0, 0, 1, 2); /* set the hardware type*/ diff --git a/knx_iot_virtual_sa.cpp b/knx_iot_virtual_sa.cpp index da68d0c..a644806 100644 --- a/knx_iot_virtual_sa.cpp +++ b/knx_iot_virtual_sa.cpp @@ -15,7 +15,7 @@ limitations under the License. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */ -// 2023-01-16 09:32:51.734493 +// 2023-01-17 17:05:37.211043 // For compilers that support precompilation, includes "wx/wx.h". #include @@ -863,7 +863,7 @@ void MyFrame::OnAbout(wxCommandEvent& event) strcat(text,"model : KNX virtual - SA\n"); strcat(text,"hardware type : Windows\n"); strcat(text,"hardware version : [0, 1, 2]\n"); - strcat(text,"firmware version : [0, 1, 1]\n\n"); + strcat(text,"firmware version : [0, 1, 2]\n\n"); strcat(text, "data points:\n"); strcat(text,"url:/p/o_1_1 rt:urn:knx:dpa.417.61 if:if.a inst:1 name:OnOff_1\n"); @@ -878,7 +878,7 @@ void MyFrame::OnAbout(wxCommandEvent& event) strcat(text, "(c) Cascoda Ltd\n"); strcat(text, "(c) KNX.org\n"); - strcat(text, "2023-01-16 09:32:51.734493"); + strcat(text, "2023-01-17 17:05:37.211043"); //wxMessageBox(text, "KNX virtual Switching Actuator", // wxOK | wxICON_NONE); CustomDialog("About", text); diff --git a/knx_iot_virtual_sa.h b/knx_iot_virtual_sa.h index e7b6780..ff73d77 100644 --- a/knx_iot_virtual_sa.h +++ b/knx_iot_virtual_sa.h @@ -23,7 +23,7 @@ * e.g. if the c code is compiled without main then * these functions can be used to call all generated code * - * 2023-01-16 09:32:51.634634 + * 2023-01-17 17:05:37.035713 */ #include "oc_api.h"