further improved new communication model

This commit is contained in:
lumapu 2023-10-10 23:53:59 +02:00
parent 5a81a54738
commit c7f3f21469
3 changed files with 147 additions and 30 deletions

View file

@ -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);
});
}