-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[nrfconnect] Added reading stored onoff state in lighting app #22791
[nrfconnect] Added reading stored onoff state in lighting app #22791
Conversation
@andy31415 can we cherry-pick this example specific change to v1.0 branch? |
Please create cherrypick PRs for me, placing something like |
PR #22791: Size comparison from 3aa138f to edb8cf4 Increases (11 builds for bl602, bl702, nrfconnect, psoc6, telink)
Decreases (6 builds for esp32, k32w, nrfconnect, psoc6)
Full report (45 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #22791: Size comparison from 388c27c to 576b453 Increases (8 builds for cc13x2_26x2, nrfconnect, psoc6, qpg)
Decreases (11 builds for bl602, bl702, cc13x2_26x2, cyw30739, nrfconnect, psoc6, telink)
Full report (45 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
576b453
to
8790127
Compare
PR #22791: Size comparison from 7189344 to 8790127 Increases (12 builds for bl602, bl702, nrfconnect, psoc6, qpg, telink)
Decreases (2 builds for esp32)
Full report (45 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
ebceff7
to
3f01b13
Compare
OnOff cluster state is not read on lighting-app init, so the state stored before reboot is not recovered.
3f01b13
to
9d0b1cf
Compare
PR #22791: Size comparison from 7189344 to 9d0b1cf Increases (9 builds for bl702, nrfconnect, psoc6, qpg, telink)
Decreases (5 builds for bl602, esp32, psoc6, qpg)
Full report (45 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@kkasperczyk-no - this was merged, you should be able to create the cherrypick PR now. |
…oject-chip#22791) OnOff cluster state is not read on lighting-app init, so the state stored before reboot is not recovered. (cherry picked from commit 1e3c5fe)
@andy31415 great, thank you! Here is a link to cherry-pick PR: #22871 |
Issue Being Resolved
Change overview
Added for lighting-app reading stored OnOff state on application init.