Skip to content

1.11.0b7

Pre-release
Pre-release
Compare
Choose a tag to compare
@benlye benlye released this 14 Apr 08:22
· 65 commits to devel since this release

Changes

  • Add an option to the LPC176x method to set a custom firmware filename (partial implementation of #231)
  • Add BootCommander as a flash method for for updating boards running an OpenBLT bootloader (final part of #231)
  • Add dfu-util as a flash method for STM32 DFU boards (e.g. MKS Rumba 32) (#241)
  • OctoPrint serial connections will be blocked while a flash is in progress. Requires OctoPrint >=1.6.0. (addresses #132)
  • Increase plugin file upload limit to allow larger firmware uploads
    • Limit increased from 1MB to 5MB
    • Plugin will show an error message if the upload exceeds the limit
    • Limit is configurable in config.yaml as maximum_fw_size_kb
      E.g., add maximum_fw_size_kb: 10240 in the firmwareupdater section in config.yaml to set it to 10MB
      Changing this requires restarting OctoPrint