From 403b8e68502f3f845c68a79ca8727d99b8e4090f Mon Sep 17 00:00:00 2001 From: DashyFox Date: Wed, 12 Mar 2025 15:38:33 +0300 Subject: [PATCH] isRecive fix --- IR_DecoderRaw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IR_DecoderRaw.h b/IR_DecoderRaw.h index b5ad407..21c7790 100644 --- a/IR_DecoderRaw.h +++ b/IR_DecoderRaw.h @@ -48,7 +48,7 @@ public: inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился bool isSubOverflow(); - inline bool isReciving() { return isBufferOverflow; }; // Возвращает true, если происходит приём пакета + inline bool isReciving() { return isRecive; }; // Возвращает true, если происходит приём пакета ////////////////////////////////////////////////////////////////////////// private: