🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 171 lines
    172 172   repetition=5,
    173 173   ),
    174 174   Protocol(
     175 + name="Linear-10bit-310",
     176 + n_bits=10,
     177 + transposition_table={"0": "500 -1500 ", "1": "1500 -500 "},
     178 + stop_bit="1 -21500 ",
     179 + frequency=310000000,
     180 + repetition=5,
     181 + ),
     182 + Protocol(
    175 183   name="NICE-12bit-433",
    176 184   n_bits=12,
    177 185   transposition_table={"0": "-700 1400 ", "1": "-1400 700 "},
    skipped 21 lines
Please wait...
Page is in error, reload to recover