🤬
  • ■ ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 235 lines
    236 236   frequency=434075000,
    237 237   pilot_period="-19425 555 ",
    238 238   ),
     239 + Protocol(
     240 + name="Holtek-315",
     241 + n_bits=12,
     242 + transposition_table={"0": "-870 430 ", "1": "-430 870 "},
     243 + frequency=315000000,
     244 + pilot_period="-15480 430 ",
     245 + ),
     246 + Protocol(
     247 + name="Holtek-433",
     248 + n_bits=12,
     249 + transposition_table={"0": "-870 430 ", "1": "-430 870 "},
     250 + pilot_period="-15480 430 ",
     251 + ),
     252 + Protocol(
     253 + name="Holtek-868",
     254 + n_bits=12,
     255 + transposition_table={"0": "-870 430 ", "1": "-430 870 "},
     256 + frequency=868350000,
     257 + pilot_period="-15480 430 ",
     258 + ),
     259 + Protocol(
     260 + name="Holtek-915",
     261 + n_bits=12,
     262 + transposition_table={"0": "-870 430 ", "1": "-430 870 "},
     263 + frequency=915000000,
     264 + pilot_period="-15480 430 ",
     265 + ),
    239 266  ]
    240 267   
    241 268  for p in protocols:
    skipped 4 lines
Please wait...
Page is in error, reload to recover