Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hwt & update mt files #94

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading