Skip to content

Commit

Permalink
Merge pull request #94 from KNX-IOT/frank-fix
Browse files Browse the repository at this point in the history
Fix hwt & update mt files
  • Loading branch information
WAvdBeek authored Mar 13, 2024
2 parents cd1d1d5 + c741bfa commit 651aa61
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified MT/Test_Project_KNXvirtualPushButton.knxproj
Binary file not shown.
Binary file modified MT/Test_Project_KNXvirtualSwitchingActuator.knxproj
Binary file not shown.
2 changes: 1 addition & 1 deletion knx_iot_virtual_pb.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ app_init(void)

/* set the hardware type*/
// 123456789012
oc_core_set_device_hwt(0, "000000000000");
oc_core_set_device_hwt(0, "000000000002");

/* set the model */
oc_core_set_device_model(0, "KNX virtual - PB");
Expand Down
2 changes: 1 addition & 1 deletion knx_iot_virtual_sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ app_init(void)

/* set the hardware type*/
// 123456789012
oc_core_set_device_hwt(0, "000000000000");
oc_core_set_device_hwt(0, "000000000001");

/* set the model */
oc_core_set_device_model(0, "KNX virtual - SA");
Expand Down

0 comments on commit 651aa61

Please sign in to comment.