From f68c9d1c9a21782724217bff2e85e37aab8b811b Mon Sep 17 00:00:00 2001 From: Wouter Date: Fri, 17 Nov 2023 16:02:16 +0000 Subject: [PATCH] version update --- knx_iot_virtual_pb.c | 10 +++++----- knx_iot_virtual_sa.c | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/knx_iot_virtual_pb.c b/knx_iot_virtual_pb.c index 77fbe2e..545dcef 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, 5, 0] - * - firmware version : [0, 5, 0] + * - hardware version : [0, 6, 0] + * - firmware version : [0, 6, 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.5.0 */ + /* set the hardware version 0.6.0 */ oc_core_set_device_hwv(0, 0, 5, 0); - /* set the firmware version 0.5.0 */ - oc_core_set_device_fwv(0, 0, 5, 0); + /* set the firmware version 0.6.0 */ + oc_core_set_device_fwv(0, 0, 6, 0); /* set the hardware type*/ diff --git a/knx_iot_virtual_sa.c b/knx_iot_virtual_sa.c index ba3216f..130c160 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, 5, 0] - * - firmware version : [0, 5, 0] + * - hardware version : [0, 6, 0] + * - firmware version : [0, 6, 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.5.0 */ - oc_core_set_device_hwv(0, 0, 5, 0); + /* set the hardware version 0.6.0 */ + oc_core_set_device_hwv(0, 0, 6, 0); - /* set the firmware version 0.5.0 */ - oc_core_set_device_fwv(0, 0, 5, 0); + /* set the firmware version 0.6.0 */ + oc_core_set_device_fwv(0, 0, 6, 0); /* set the hardware type*/ // 123456789012