Skip to content

1.0.0-beta.78 Dual build for Funhouse - OTA(deprecated) and NoOTA partition scheme

Compare
Choose a tag to compare
@tyeth tyeth released this 26 Mar 12:34
· 35 commits to main since this release

Install WipperSnapper

Follow this learning system guide to learn how to install Adafruit IO WipperSnapper.

Upgrade a device running WipperSnapper

Locate the device you'd like to upgrade on io.adafruit.com/devices. Then, click "Update".

🏠Dual build for Funhouse - OTA(deprecated) and NoOTA partition scheme

This will be the last release for the FunHouse using the OTA (Over The Air) partition scheme.

We are using more firmware space and need to switch to the No OTA (noota) partition scheme. The new build has a _noota suffix in the filename. Device updates performed via the Adafruit IO website should allow a seamless transition.

  • Add funhouse-noota build target by @tyeth in #553

👷 Miscellaneous Fixes

  • Sensors now send a value when first initialised rather than only after the elapsed polling period
    -- "Initial tweaking of previous poll period" by @tyeth in #512
  • Proximity sensors will now return NaN when a target is not present / out of range
    -- "Always return proximity result, or NaN if we know it's bad" by @tyeth in #537

  • Analog potentiometers and other components will now be more sensitive to change (threshold reduces to 2%)
    -- "Change AnalogIO DEFAULT_HYSTERESIS to 0.02" by @tyeth in #555

Full Changelog: 1.0.0-beta.77...1.0.0-beta.78