Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/lcg 631 xr firmware update fixes #302

Merged
merged 2 commits into from
May 13, 2024

Commits on May 10, 2024

  1. firmware: add support for XBee XR modules

      * The ATVH command on XR returns the value differently than other
        XBee 3 or RR devices.
      * _XBEE3_BOOTLOADER_FILE_PREFIX was missing an entry for XR.
      * Profile code now will treat a .gbl file as a possible OTA firmware
        image.
    
    https://onedigi.atlassian.net/browse/LCG-631
    mikewadsten authored and tatianaleon committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d2c8a4a View commit details
    Browse the repository at this point in the history
  2. xmodem: Handle first-chunk delay when sending firmware into XR bootlo…

    …ader
    
    This change will also apply to XBee RR, XBee 3 BLU and XBee 3 Cellular.
    
    https://onedigi.atlassian.net/browse/LCG-631
    mikewadsten authored and tatianaleon committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f95e0fa View commit details
    Browse the repository at this point in the history