Skip to content

Commit

Permalink
Bugfix commands.h (#366)
Browse files Browse the repository at this point in the history
EEPROM.commit not necessary for command strobes.
  • Loading branch information
elektron-bbs authored Feb 10, 2025
1 parent bdaafa2 commit f6ea29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ namespace commands {
}
}
#endif
}
#if defined(ESP32) || defined(ESP8266)
EEPROM.commit(); // ToDo: ESP32 | if DEBUG setting, crash many times AND DEBUG off, crash if setting freqency, ICACHE_RAM ???
EEPROM.commit();
#endif
}
break;
case cmd_status:
#ifdef CMP_CC1101
Expand Down

0 comments on commit f6ea29c

Please sign in to comment.