From 2281445ef84b0b606ab9233215a9c10dff166b13 Mon Sep 17 00:00:00 2001 From: Wouter Date: Wed, 8 Nov 2023 13:36:57 +0000 Subject: [PATCH] bump version --- knx_iot_virtual_pb.c | 12 ++++++------ knx_iot_virtual_sa.c | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/knx_iot_virtual_pb.c b/knx_iot_virtual_pb.c index 3c28c59..826d407 100644 --- a/knx_iot_virtual_pb.c +++ b/knx_iot_virtual_pb.c @@ -408,8 +408,8 @@ void app_str_to_upper(char *str){ * - serial number : 00FA10010400 * - base path * - knx spec version - * - hardware version : [0, 4, 0] - * - firmware version : [0, 4, 0] + * - hardware version : [0, 5, 0] + * - firmware version : [0, 5, 0] * - hardware type : 000000000001 * - device model : KNX virtual - PB * @@ -426,11 +426,11 @@ app_init(void) oc_device_info_t *device = oc_core_get_device_info(0); - /* set the hardware version 0.4.0 */ - oc_core_set_device_hwv(0, 0, 4, 0); + /* set the hardware version 0.5.0 */ + oc_core_set_device_hwv(0, 0, 5, 0); - /* set the firmware version 0.4.0 */ - oc_core_set_device_fwv(0, 0, 4, 0); + /* set the firmware version 0.5.0 */ + oc_core_set_device_fwv(0, 0, 5, 0); /* set the hardware type*/ diff --git a/knx_iot_virtual_sa.c b/knx_iot_virtual_sa.c index 37bf47a..d0fdcf0 100644 --- a/knx_iot_virtual_sa.c +++ b/knx_iot_virtual_sa.c @@ -452,8 +452,8 @@ void app_str_to_upper(char *str){ * - serial number : 00FA10010700 * - base path * - knx spec version - * - hardware version : [0, 4, 0] - * - firmware version : [0, 4, 0] + * - hardware version : [0, 5, 0] + * - firmware version : [0, 5, 0] * - hardware type : 000000000002 * - device model : KNX virtual - SA * @@ -470,11 +470,11 @@ app_init(void) oc_device_info_t *device = oc_core_get_device_info(0); - /* set the hardware version 0.4.0 */ - oc_core_set_device_hwv(0, 0, 4, 0); + /* set the hardware version 0.5.0 */ + oc_core_set_device_hwv(0, 0, 5, 0); - /* set the firmware version 0.4.0 */ - oc_core_set_device_fwv(0, 0, 4, 0); + /* set the firmware version 0.5.0 */ + oc_core_set_device_fwv(0, 0, 5, 0); /* set the hardware type*/ // 123456789012