Skip to content

v2.11.0

Compare
Choose a tag to compare
@ftylitak ftylitak released this 30 May 12:43
· 16 commits to main since this release

New Features

  • on boot, check for module loading performance and restore if needed to bypass lfs2 behavior of slowing down execution (micropython/micropython#13209)
    • RGB light will be flashing multiple colors while optimizing (~ 1 minute duration)

Enhancements

  • ULP optimizations
  • in Lora, if APP_EUI is not defined, use default: "0000000000000001"
  • removed obsolete use of sensor ground for internal sensors

Fixes