mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-23 11:17:11 +02:00
further improved new communication model
This commit is contained in:
parent
5a81a54738
commit
c7f3f21469
3 changed files with 147 additions and 30 deletions
|
@ -70,7 +70,9 @@ void app::setup() {
|
|||
else if((IV_HMS == iv->ivGen) || (IV_HMT == iv->ivGen))
|
||||
iv->radio = &mCmtRadio;
|
||||
#endif
|
||||
mCommunication.add(iv, 0x01, false);
|
||||
mCommunication.add(iv, 0x01);
|
||||
mCommunication.add(iv, 0x05);
|
||||
mCommunication.add(iv, 0x0b);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue