From c4b628456fd01a37cc947fdc632b943d596cd1ef Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 13:49:59 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 5043f0b..b5f6099 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -61,10 +61,6 @@ void RATGDOComponent::setup() { attachInterrupt(INPUT_RPM1, isrRPM1, RISING); attachInterrupt(INPUT_RPM2, isrRPM2, RISING); - LittleFS.begin(); - - readCounterFromFlash(); - if (this->useRollingCodes_) { ESP_LOGD(TAG, "Syncing rolling code counter after reboot..."); sync(); // if rolling codes are being used (rolling code counter > 0), send