Skip to content
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

EEPROM update fix #20

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

EEPROM update fix #20

wants to merge 9 commits into from

Conversation

x3mEr
Copy link

@x3mEr x3mEr commented Jun 18, 2020

  1. Update this_mode in EEPROM after changing it by the button on D3 pin through eeprom_flag and eeprom_timer.
  2. Despite define KEEP_SETTINGS 0, EEPROM was updated from procedure loop().
  3. Variables eeprom_flag and eeprom_timer were not defined. With no remote controls (#if REMOTE_TYPE != 0) they remained undefined.

  1. Теперь в EEPROM обновляется this_mode и после нажатия кнопки на пине D3 (раньше записывались только изменения, сделанные с пультов). Реализовано через переменные eeprom_flag и eeprom_timer (как это сделано для пультов).
  2. Несмотря на define KEEP_SETTINGS 0, EEPROM обновлялся из цикла loop().
  3. Переменные eeprom_flag и eeprom_timer были не определены. Без пультов (#if REMOTE_TYPE != 0) они так и оставались неопределёнными.

x3mEr and others added 9 commits June 18, 2020 03:00
1) Update this_mode in EEPROM after changing it by the button on D3 pin through eeprom_flag and eeprom_timer .
2) Despite define KEEP_SETTINGS 1, EEPROM was updated from procedure loop().
3) Variables eeprom_flag and eeprom_timer were not defined. With no remote controls (#if REMOTE_TYPE != 0) they remained undefined.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant