From a952ec97d652131fa7fa29551800d27fd62a658d Mon Sep 17 00:00:00 2001 From: Ash-4 <81280775+Ash-4@users.noreply.github.com> Date: Sat, 5 Feb 2022 23:34:16 -0600 Subject: [PATCH] merge 3.2.0 rc13 into ESP88 --- IO_PCF8574.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IO_PCF8574.h b/IO_PCF8574.h index 58c4654..d011ce5 100644 --- a/IO_PCF8574.h +++ b/IO_PCF8574.h @@ -47,7 +47,7 @@ public: } PCF8574(VPIN firstVpin, uint8_t nPins, uint8_t I2CAddress, int interruptPin=-1) - : GPIOBase((FSH *)F("PCF8574"), firstVpin, min(nPins, 8), I2CAddress, interruptPin) + : GPIOBase((FSH *)F("PCF8574"), firstVpin, min(nPins, 8), I2CAddress, interruptPin) { requestBlock.setReadParams(_I2CAddress, inputBuffer, 1); } @@ -99,4 +99,4 @@ private: uint8_t inputBuffer[1]; }; -#endif \ No newline at end of file +#endif