olliw42 / mLRS

2.4 GHz & 915/868 MHz & 433 MHz/70 cm LoRa based telemetry and radio link for remote controlled vehicles
GNU General Public License v3.0
295 stars 67 forks source link

FLRC Bind updates #102

Closed jlpoltrack closed 1 year ago

jlpoltrack commented 1 year ago

Untested at the moment, my Rx hardware don't have bind buttons.

olliw42 commented 1 year ago

looks like the right idea but can't be correct as is since SX1280_xxx is SX128x only ... will test

jlpoltrack commented 1 year ago

Might need to call 'SetStandby' per the datasheet:

image

SetToIdle does a SetFs:

image
olliw42 commented 1 year ago

yes, this seems to make it work. merging with followup THX!