mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-03 04:10:27 +00:00
Allowed 24-bit to run without changes
This commit is contained in:
parent
ae96390838
commit
bf5d839ff8
@ -101,9 +101,9 @@ class Protocol:
|
||||
protocols = [
|
||||
Protocol("CAME", 12, {"0": "-320 640 ", "1": "-640 320 "}, "-11520 320 "),
|
||||
Protocol("NICE", 12, {"0": "-700 1400 ", "1": "-1400 700 "}, "-25200 700 "),
|
||||
# 24 bits take up too much space to upload to github
|
||||
# Protocol("PT-2240", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
|
||||
# Protocol("PT-2262", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
|
||||
# 24 bits take up too much space to upload to github as over 100MB
|
||||
Protocol("PT-2240", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
|
||||
Protocol("PT-2262", 24, {"0": "450 -1350 ", "1": "1350 -450 "}, "450 -13950 "),
|
||||
Protocol("8bit", 8, {"0": "200 -400 ", "1": "400 -200 "}), # generic 8 bit protocol
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user