diff --git a/src/Gpio.cpp b/src/Gpio.cpp index 74ffa6c..22066c0 100644 --- a/src/Gpio.cpp +++ b/src/Gpio.cpp @@ -98,7 +98,6 @@ void Gpio::init() Gpio2Go::configurePin(entry.pin, PinMode::InputPullup, InterruptMode::Change, 300); break; default: - pinMode(entry.pin, OUTPUT); break; }