Skip to content

[LUA] Secondary addressing - fixing storage of values to eeprom

Zdeněk Mlynář requested to merge bugfix/nlm_secondary_addressing into master

Fixing an issue where the wake up period wasn't used after wake-up.

From Jesper: image

Tested on my device, with same result. Fixed by replacing old function to set value with the "new" one.

  • missleading commit message - problem was in the function to store the value to eeprom

Merge request reports