Skip to content

firmware-2025-11-24

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Nov 08:40
· 500 commits to master since this release

Changes in this release:

  • 20bf0a6 Fixing BLE provisioning on Home Assistant
  • 68e22f9 buildroot: bump
  • 7499869 wpa_supplicant: reorganize files, remove hardcoded path
  • f359b38 formatting
  • 1f207a6 mosquitto: reorganize files, remove hardcoded path
  • 1be847d rt-tests: reorganize files
  • a2c8d68 libcurl: bump to 8.17
  • c39b606 cameras: add configs from stable branch
  • e39be3e toolchains: add gcc15 for xburst1 musl and glibc
  • f7bcfcc Fixes to bluetooth changes
  • 6c20012 Bluetooth enhancements This commit removes bluez_utils from the build system in favor of a new thingino-bluez/thingino-nimble/thingino-libble libraries. These are designed for embedded linux use and are extremely small in comparison to the bluez_utils package which was nearly 10mb big. This commit also adds the new BR2_PACKAGE_THINGINO_BLUETOOTH_PROVISIONING option that will enable a Improv Wifi based Bluetooth provisioning service when the device first is imaged that will allow setup of the device via that protocol. Once the wifi credentials on the device are set, the provisioning service stops itself (and prevents itself from starting in the future). The ESPHome service will now only start once wifi credentials are set. This is important as both services cannot be running simultaneously as they both use the same bluetooth libraries and resources and cannot share. The ESPHome service has now been revamped to the latested version of esphome-linux that features libble++ support instead of Bluez.
  • 5802092 Fix media player stopping and error handling