-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default relayBoot/Pulse/TimeN settings with many switches #1530
Comments
This was added more than one year ago (b333687) so I guess it is mostly save to delete, but:
|
I meant that they persistently come back when deleted, because loop is executed every time. Checking if old key exists does sound like a solution. BTW, can Another thing - web will send them back and fill the settings again! On the same multi-switch board,
|
Yes, we surely could be updating |
Nah, I think just passing the As for the issue - partially done in dev...mcspr:relays/less-cfg. rfbridge handling should probably do groups too, I hadn't noticed that rfcodes are a special case. Most likely solution is to have rfbOn / rfbOff keys instead |
espurna/code/espurna/relay.ino
Lines 479 to 498 in 1874f28
3 of these settings are recreated every boot. Boards like RFBridge with 20+ switches result in EEPROM corruption, see #262 (comment)
The text was updated successfully, but these errors were encountered: