default addr

This commit is contained in:
2024-08-29 17:06:10 +03:00
parent 7c9529d42f
commit aa862d8f2c
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public:
PacketTypes::BasePack gotRaw;
// IR_Decoder();
IR_Decoder(const uint8_t pin, uint16_t addr, IR_Encoder *encPair = nullptr, bool autoHandle = true);
IR_Decoder(const uint8_t pin, uint16_t addr = 0, IR_Encoder *encPair = nullptr, bool autoHandle = true);
std::function<void()> operator()();