🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 139 lines
    140 140   Protocol(
    141 141   name="CAME-12bit-433",
    142 142   n_bits=12,
     143 + transposition_table={"0": "-320 640 ", "1": "-640 320 "},
     144 + pilot_period="-11520 320 ",
     145 + ),
     146 + Protocol(
     147 + name="CAME-12bit-433-fast",
     148 + n_bits=12,
    143 149   transposition_table={"0": "-250 500 ", "1": "-500 250 "},
    144 150   pilot_period="-9000 250 ",
    145 151   ),
    skipped 11 lines
    157 163   ),
    158 164   Protocol(
    159 165   name="CAME-12bit-868",
     166 + n_bits=12,
     167 + transposition_table={"0": "-320 640 ", "1": "-640 320 "},
     168 + pilot_period="-11520 320 ",
     169 + frequency=868350000,
     170 + ),
     171 + Protocol(
     172 + name="CAME-12bit-868-fast",
    160 173   n_bits=12,
    161 174   transposition_table={"0": "-250 500 ", "1": "-500 250 "},
    162 175   pilot_period="-9000 250 ",
    skipped 15 lines
Please wait...
Page is in error, reload to recover