🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 126 lines
    127 127   
    128 128   
    129 129  protocols = [
    130  - Protocol("Linear-10bit", 10, {"0": "500 -1500", "1": "1500 -500 "}, "-21500 "),
     130 + Protocol(
     131 + "Linear-10bit",
     132 + 10,
     133 + {"0": "500 -1500", "1": "1500 -500 "},
     134 + stop_bit="-21500 ",
     135 + frequency=300000000,
     136 + ),
    131 137   Protocol("CAME-12bit", 12, {"0": "-250 500 ", "1": "-500 250 "}, "-9000 250 "),
    132 138   Protocol("NICE-12bit", 12, {"0": "-700 1400 ", "1": "-1400 700 "}, "-25200 700 "),
    133 139   Protocol("PT-2240", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
    134  - Protocol("PT-2262", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
    135 140  ]
    136 141   
    137 142  for p in protocols:
    skipped 3 lines
Please wait...
Page is in error, reload to recover