isReceive type

This commit is contained in:
2025-05-23 11:43:51 +03:00
parent 021e1e290d
commit bc9563fbb5
4 changed files with 21 additions and 4 deletions

View File

@ -31,9 +31,10 @@ class IR_DecoderRaw : virtual public IR_FOX
friend IR_Encoder;
protected:
PackInfo packInfo;
IR_Encoder *encoder; // Указатель на парный передатчик
bool availableRaw();
PackInfo packInfo;
uint8_t msgTypeReceive = 0;
IR_Encoder *encoder; // Указатель на парный передатчик
bool availableRaw();
public:
//////////////////////////////////////////////////////////////////////////