devicescript
devicescript copied to clipboard
register read timeouts/not-impl
Right now, when we try to read a register, we keep asking for it forever. We should:
- [ ] check for
command_not_implementedpacket - [ ] stop asking, or implement an exponential back-off after a while?