* Also, wasn't loading preset data correctly, could only tell now we have sound options!
* Remembers previous preset properly now, so when you leave a model you get your old preset back (and it works!)
This code adds new plugin "protopirate_config_plugin" and does all the
Receiver Configuration. This plugin should reduce the RAM usage even more,
and the Models DB (And its customised Variable Item List) now take up
no space in the main app.
add hitag2 seed bruteforce for serial derived keys (this is not Hitag2Hell on flipper)
fix Fiat V1 encoder
fix Kia V7 encoder
remove untested porsche protocol
merge Mitsubishi protocol into Kia V0
The number showing how many times the counter has moved forward in a
session overlaps with protocols that had wide counters in the
emulate scene, this commit adds ellipses for protocols that have
counters more than 2 bytes long preventing overlap
- Split RX registries into more plugins: AM, AM VAG, FM, FM F4, and FM Honda1
- Add per-protocol TX plugins so emulation loads only the selected encoder
- Sub Decode (enabled by default) and Timing Tuner as plugins
- Max history increased to 20 signals
- Fix Sub Decode and simplified UI
- Add Check Saved setting ported from dexter_pester PR !
- Fix Fiat V1 decoder and add HITAG2 key TX support
- Add Renault V0, Fiat V2, Honda V2, Ford V3 (& US variant) Thanks Ash
Sorry this is a lot at once x)