Add getters for RX1 and RX2 windows#97
Add getters for RX1 and RX2 windows#97sebromero wants to merge 2 commits intoarduino-libraries:masterfrom sebromero:rx-window-getters
Conversation
|
@facchinm The RX1 getter works but for some reason I can't get the RX2 getter to work. Might be because of the missing Any hint on what's going on? I might be overlooking something. |
|
Memory usage change @ 2e86755
Click for full report table
Click for full report CSV |
|
@sebromero |
To minimize the wait time for downlink messages it's necessary to know the delay times of the RX1 and RX2 windows before any data can be available. After a call to
poll()the device needs to wait at least until the RX1 window has passed. This PR implements the getter functions to do the math.That way downlink messages can be retrieved reliably and with minimal wait time. E.g.