We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b557047 + 5166e58 commit 20f1fd3Copy full SHA for 20f1fd3
src/tcMenu.h
@@ -223,7 +223,7 @@ class MenuManager {
223
* before each write we check if the value has actually changed.
224
* @param magicKey the key that indicates the values are valid.
225
*/
226
- void save(uint16_t magicKey = 0xfade) { if(eepromRef) saveMenuStructure(eepromRef); }
+ void save(uint16_t magicKey = 0xfade) { if(eepromRef) saveMenuStructure(eepromRef, magicKey); }
227
228
/**
229
* Call to save all item values into eeprom. The magic key is saved at location 0 if not already set. This is a
0 commit comments