RAKWireless / WisBlock

Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
https://www.rakwireless.com
MIT License
156 stars 117 forks source link

Set the default max MTU size within the DFU transport to 23 #65

Closed rcarteraz closed 1 year ago

rcarteraz commented 1 year ago

This is a copy of a fix that was applied to the Adafruit boot loader to resolve an issue with OTAs not working with latest Nordic-DFU-Library. See: https://github.com/adafruit/Adafruit_nRF52_Bootloader/pull/293 which was used to resolve https://github.com/adafruit/Adafruit_nRF52_Bootloader/issues/287 and https://github.com/adafruit/Adafruit_nRF52_Bootloader/issues/269 The RAK bootloader is dealing with the same issues, attempting to do a BLE OTA (with android) will result in it being stuck at 100% the only current work around to this is to use extremely outdated versions of Nordic nRF Connect/DFU which isn't ideal.

beegee-tokyo commented 1 year ago

Implemented with commit