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
@NorthernMan54 I noticed the FSK deviation parameter is hard coded: state = radio.setFrequencyDeviation(40);
I think this a critical parameter for correct FSK demod, and is different between devices. I doubt it can be added to the decoder/device parameters, but maybe have it somewhere accessible?
PS - I see it defined as ELECHOUSE_cc1101.setDeviation(30); in the FSK example
Current Situation
float freq1_hz;
float freq2_hz;
float centerfreq_hz;
Logs
Configuration
Environment
NA
Process Supervisor
not applicable
Additional Context
float freq1_hz;
float freq2_hz;
float centerfreq_hz;
The text was updated successfully, but these errors were encountered: