🤬
  • ■ ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 126 lines
    127 127   
    128 128   
    129 129  protocols = [
    130  - # Protocol("8bit", 8, {"0": "200 -400 ", "1": "400 -200 "}), # example of a generic 8 bit protocol
    131  - Protocol("CAME", 12, {"0": "-250 500 ", "1": "-500 250 "}, "-9000 250 "),
    132  - Protocol("NICE", 12, {"0": "-700 1400 ", "1": "-1400 700 "}, "-25200 700 "),
     130 + Protocol("Linear-10bit", 10, {"0": "500 -1500", "1": "1500 -500 "}, "-21500 "),
     131 + Protocol("CAME-12bit", 12, {"0": "-250 500 ", "1": "-500 250 "}, "-9000 250 "),
     132 + Protocol("NICE-12bit", 12, {"0": "-700 1400 ", "1": "-1400 700 "}, "-25200 700 "),
    133 133   Protocol("PT-2240", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
    134 134   Protocol("PT-2262", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
    135 135  ]
    skipped 5 lines
Please wait...
Page is in error, reload to recover