Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/KNX-IOT/KNX-IOT-Virtual int…
Browse files Browse the repository at this point in the history
…o build-test

# Conflicts:
#	knx_iot_virtual_pb.c
#	knx_iot_virtual_sa.c
  • Loading branch information
WAvdBeek committed Oct 12, 2023
2 parents d96ee65 + 23b0703 commit dd23296
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion knx_iot_virtual_pb.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ app_init(void)
/* set the hardware version 0.4.0 */
oc_core_set_device_hwv(0, 0, 4, 0);


/* set the firmware version 0.4.0 */
oc_core_set_device_fwv(0, 0, 4, 0);

Expand Down
2 changes: 1 addition & 1 deletion knx_iot_virtual_pb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ void MyFrame::OnAbout(wxCommandEvent& event)
strcat(text,"model : KNX virtual - PB\n");
strcat(text,"hardware type : LW0001\n");
strcat(text,"hardware version : [0, 1, 3]\n");
strcat(text,"firmware version : [0, 1, 9]\n\n");
strcat(text,"firmware version : [0, 2, 0]\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");
Expand Down
2 changes: 0 additions & 2 deletions knx_iot_virtual_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,9 @@ app_init(void)
/* set the hardware version 0.4.0 */
oc_core_set_device_hwv(0, 0, 4, 0);


/* set the firmware version 0.4.0 */
oc_core_set_device_fwv(0, 0, 4, 0);


/* set the hardware type*/
// 123456789012
oc_core_set_device_hwt(0, "000000000002");
Expand Down
2 changes: 1 addition & 1 deletion knx_iot_virtual_sa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ void MyFrame::OnAbout(wxCommandEvent& event)
strcat(text,"model : KNX virtual - SA\n");
strcat(text,"hardware type : LW0001\n");
strcat(text,"hardware version : [0, 1, 3]\n");
strcat(text,"firmware version : [0, 1, 9]\n\n");
strcat(text,"firmware version : [0, 2, 0]\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");
Expand Down

0 comments on commit dd23296

Please sign in to comment.