From 56eb5288aa9306cdf59d39fb5a261b5ef698e06b Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 16 Jan 2023 16:06:31 +0100 Subject: [PATCH] Public TODO removed. I change idea every 5 seconds. --- TODO | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index feb7b0743ef..00000000000 --- a/TODO +++ /dev/null @@ -1,14 +0,0 @@ -Core improvements -================= - -- Decoders should declare the short pulse duration range, so that - only matching decoders will be called. This may also be useful for - modulations. If a signal is only OOK, does not make much sense to - call it for samples obtained in FSK. -- More protocols, especially TPMS and other stuff not supported right now - by the Flipper. -- CC1101 synchronous mode with protocol hopping? -- Protocols decoded can register actions, for instance to generate - sub files with modified signal and so forth. -- Optimize memory usage storing raw samples in a bitfield: 15 bits - duration, 1 bit level.