bionicbone / 433mhz_Rolling_Code

quichip Add Rolling Code Protection
GNU General Public License v3.0
12 stars 3 forks source link

Tx0 will not work #31

Closed bionicbone closed 8 months ago

bionicbone commented 8 months ago

In the Multi-Tx update video says that the Tx should be named 0, 1, or 2 but it is not possible to have a Tx named 0 since the Qiachip cannot transmit a Zero. In the event the first rolling code nibble is a value of 1, 2, or 3 bit0 and bit1 will be replaced making the value 0 which will not transmit, thus the first nibble expected will be missing.

Action: Rename Tx to have values 1, 2, or 3.