IR: "Decode only" mode, more intuitive learn scene buttons

This commit is contained in:
WillyJL
2025-06-07 15:58:04 +01:00
parent 9a4b812898
commit 326c3a13de
7 changed files with 44 additions and 5 deletions

View File

@@ -84,6 +84,14 @@ void infrared_worker_rx_enable_blink_on_receiving(InfraredWorker* instance, bool
*/
void infrared_worker_rx_enable_signal_decoding(InfraredWorker* instance, bool enable);
/** Force decoding of received infrared signals, will ignore RAW signals.
*
* @param[in] instance - instance of InfraredWorker
* @param[in] enable - true if you want to force decoding
* false otherwise
*/
void infrared_worker_rx_force_signal_decoding(InfraredWorker* instance, bool force);
/** Clarify is received signal either decoded or raw
*
* @param[in] signal - received signal