Lora-net / sx126x_driver

Driver for SX126x radio
BSD 3-Clause Clear License
110 stars 34 forks source link

FHSS only used in GMSK ? #7

Closed qq963598371 closed 4 months ago

qq963598371 commented 1 year ago

this enum only has one . So maybe this code only used in GMSK? typedef enum lr_fhss_v1_modulation_type_e { LR_FHSS_V1_MODULATION_TYPE_GMSK_488 = 0, } lr_fhss_v1_modulation_type_t;

matthieuantoine commented 1 year ago

This this the only possible parameter when doing LR-FHSS.