diff --git a/knx_iot_virtual_pb.c b/knx_iot_virtual_pb.c index 545dcef..0b51e2d 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, 6, 0] - * - firmware version : [0, 6, 0] + * - hardware version : [0, 7, 0] + * - firmware version : [0, 7, 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.6.0 */ - oc_core_set_device_hwv(0, 0, 5, 0); + /* set the hardware version 0.7.0 */ + oc_core_set_device_hwv(0, 0, 7, 0); - /* set the firmware version 0.6.0 */ - oc_core_set_device_fwv(0, 0, 6, 0); + /* set the firmware version 0.7.0 */ + oc_core_set_device_fwv(0, 0, 7, 0); /* set the hardware type*/ diff --git a/knx_iot_virtual_sa.c b/knx_iot_virtual_sa.c index 130c160..1e1d40c 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, 6, 0] - * - firmware version : [0, 6, 0] + * - hardware version : [0, 7, 0] + * - firmware version : [0, 7, 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.6.0 */ - oc_core_set_device_hwv(0, 0, 6, 0); + /* set the hardware version 0.7.0 */ + oc_core_set_device_hwv(0, 0, 7, 0); - /* set the firmware version 0.6.0 */ - oc_core_set_device_fwv(0, 0, 6, 0); + /* set the firmware version 0.7.0 */ + oc_core_set_device_fwv(0, 0, 7, 0); /* set the hardware type*/ // 123456789012