You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going through your lighting_with_state.ino sketch and saw that you check for data credits before you call setLocalData. I'm a little confused since per the Nordic docs (page 77 of the nRF8001 product spec), setLocalData doesn't use up any data credits but calling sendData does.
What was the reason you check for available credits before you set the local value?
For reference (lighting_with_state.ino, lines 164 - 176):
Hi guys, thanks for the great documentation!!
I was going through your lighting_with_state.ino sketch and saw that you check for data credits before you call setLocalData. I'm a little confused since per the Nordic docs (page 77 of the nRF8001 product spec), setLocalData doesn't use up any data credits but calling sendData does.
What was the reason you check for available credits before you set the local value?
For reference (lighting_with_state.ino, lines 164 - 176):
Thanks!!
The text was updated successfully, but these errors were encountered: