Skip to content

Commit

Permalink
Fix hwt again
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankZRS committed Mar 13, 2024
1 parent cd1d1d5 commit 9960173
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, "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 9960173

Please sign in to comment.