Skip to content

Commit

Permalink
change PID_COMM_MODES_SUPPORTED value in 091A from 0x0100 to 0x0001
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed May 19, 2024
1 parent 8c556a6 commit 94892ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/knx/bau091A.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Bau091A::Bau091A(Platform& platform)
_dlLayerPrimary.cemiServer(_cemiServer);
_dlLayerSecondary.cemiServer(_cemiServer);
_memory.addSaveRestore(&_cemiServerObject);
uint8_t count = 1;
uint16_t suppCommModes = 0x0100;
_cemiServerObject.writeProperty(PID_COMM_MODES_SUPPORTED, 1, (uint8_t*)&suppCommModes, count); // set the properties Bit 0 to 1 meaning "LinkLayer supported"
#endif

_memory.addSaveRestore(&_routerObj);
Expand Down

0 comments on commit 94892ec

Please sign in to comment.