Skip to content

Commit

Permalink
Fix hwt
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankZRS committed Mar 12, 2024
1 parent 91439a0 commit e3f141f
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 e3f141f

Please sign in to comment.