Skip to content

v0.13.1

Compare
Choose a tag to compare
@szczys szczys released this 31 May 16:26
· 257 commits to main since this release

Fixed:

  • Infinite loop in OTA manifest observation retry logic that occurred
    when retries were exhausted.
  • Documentation: update links to Stream service

Changed

  • Registering an OTA manifest observation will be retried until
    successful, with a delay that doubles after each unsuccessful attempt.
    Use CONFIG_GOLIOTH_FW_OBSERVATION_RETRY_MAX_DELAY_MS to configure the
    maximum delay (defaults to 5 minutes).