mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-07 22:03:20 +00:00
fix
This commit is contained in:
parent
3fddba95d4
commit
c4b628456f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user