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
This limits us in terms of accepting large clock errors at high data dates (low spreading factors), because the RX window is specified in RX symbols, and with big clock errors you may need lots of symbols.
Changing this requires changing LMIC::rxsyms to u2_t, and improving the calculation. Then in radio.c::configLoraModem(), we need to merge the top two bits into ModemConfig2.
The text was updated successfully, but these errors were encountered:
This limits us in terms of accepting large clock errors at high data dates (low spreading factors), because the RX window is specified in RX symbols, and with big clock errors you may need lots of symbols.
Changing this requires changing LMIC::rxsyms to u2_t, and improving the calculation. Then in radio.c::configLoraModem(), we need to merge the top two bits into ModemConfig2.
The text was updated successfully, but these errors were encountered: