Replies: 1 comment 5 replies
-
I think this can be done, either as a build option as you suggested, or a runtime flag (similar to I propose to add |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Jan,
Would it be possible to add a build option to utilize RADIOLIB_SX126X_STANDBY_XOSC?
The standby() function currently defaults to _RC adding around 5 ms to each SetTx() call.
It could replace any hardcoded standby() calls with standby(RADIOLIB_SX126X_STANDBY_XOSC).
Additionally, the fallback mode would need to be RADIOLIB_SX126X_RX_TX_FALLBACK_MODE_STDBY_XOSC within config().
Maybe there's a more elegant solution?
Let me know your thoughts.
M.
Beta Was this translation helpful? Give feedback.
All reactions