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
Support for the SX1261 has yet to still be added to the firmware. Specifically, the deviceSel byte is currently always set to the SX1262 value. We need to change it if the device is configured with the SX1261.
I think this can probably be done with a conditional checking the interfaces array and comparing it to getIndex() to check the type of modem in use on runtime. However, I have no SX1261 devices to test this with!
The text was updated successfully, but these errors were encountered:
Support for the SX1261 has yet to still be added to the firmware. Specifically, the deviceSel byte is currently always set to the SX1262 value. We need to change it if the device is configured with the SX1261.
I think this can probably be done with a conditional checking the
interfaces
array and comparing it togetIndex()
to check the type of modem in use on runtime. However, I have no SX1261 devices to test this with!The text was updated successfully, but these errors were encountered: