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
The endPacket() is a blocking transmit that can take over 6 seconds depending on the radio settings.
A non blocking version is proposed with MR #62 , tested successfully on ESP8266.
Note the grace time required for the radio to properly update the registers.
Example added as well to demo.
The text was updated successfully, but these errors were encountered:
The
endPacket()
is a blocking transmit that can take over 6 seconds depending on the radio settings.A non blocking version is proposed with MR #62 , tested successfully on ESP8266.
Note the grace time required for the radio to properly update the registers.
Example added as well to demo.
The text was updated successfully, but these errors were encountered: