TODO 626 B

1234567891011121314
  1. Core improvements
  2. =================
  3. - Decoders should declare the short pulse duration range, so that
  4. only matching decoders will be called. This may also be useful for
  5. modulations. If a signal is only OOK, does not make much sense to
  6. call it for samples obtained in FSK.
  7. - More protocols, especially TPMS and other stuff not supported right now
  8. by the Flipper.
  9. - CC1101 synchronous mode with protocol hopping?
  10. - Protocols decoded can register actions, for instance to generate
  11. sub files with modified signal and so forth.
  12. - Optimize memory usage storing raw samples in a bitfield: 15 bits
  13. duration, 1 bit level.