Add Superrollo (GW60/HCS361) TX and RX (#3290)

keeloqtx: Superrollo 67-bit transmit mode with rolling counter.
subghzd: GW60 receive decoder (reports as KeeLoq; manufacturer key read from KEELOQKEYS/MFCODES). The manufacturer key is not included; add a Superrollo entry to MFCODES to enable TX/RX.
This commit is contained in:
rollorentner
2026-08-16 20:10:04 +02:00
committed by GitHub
parent 47c94dbf26
commit 86584feb16
9 changed files with 173 additions and 4 deletions
@@ -106,6 +106,7 @@ class KeeloqTXView : public View {
std::string encoded_data{};
void encode_data();
void encode_data_gw60(uint32_t hop_enc);
uint32_t repeat = 4;
uint32_t pause_duration = 0;