Skip to content

Commit

Permalink
Merge pull request #93 from KNX-IOT/frank-fix
Browse files Browse the repository at this point in the history
Fix hwt
  • Loading branch information
FrankZRS authored Mar 12, 2024
2 parents 91439a0 + e3f141f commit cd1d1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, "000000000001");
oc_core_set_device_hwt(0, "000000000000");

/* 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, "000000000002");
oc_core_set_device_hwt(0, "000000000000");

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

0 comments on commit cd1d1d5

Please sign in to comment.