Skip to content

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