removed unused parametr

This commit is contained in:
2024-02-28 09:43:59 +03:00
parent 202ae01238
commit 22f7cd68ca
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
#define ISR_Out 10
#define TestOut 13
IR_Encoder::IR_Encoder(uint16_t addr, uint8_t pin, IR_DecoderRaw* decPair = nullptr) {
IR_Encoder::IR_Encoder(uint16_t addr, IR_DecoderRaw* decPair = nullptr) {
id = addr;
this->decPair = decPair;
signal = noSignal;