Skip to content

Releases: mbuckaway/esp32-homekit-garagedoor

Official Release v1.2.1

04 Nov 02:05
0e3235d
Compare
Choose a tag to compare

Release adds a flash script to the download package.

What's Changed

  • removedevbuild: Removed the build on dev branch by @mbuckaway in #7
  • Topic/fixcompile: Fixed compile to use PR in version name by @mbuckaway in #8
  • Added flash script to release package by @mbuckaway in #9

Full Changelog: v1.2.0...v1.2.1

Official release v1.2.0

03 Nov 02:00
ee70ef2
Compare
Choose a tag to compare

This version includes:

  • new code to use BluFi app to provision WIFI and removes hard coding the WIFI password
  • BluFi can also be used to reboot the device, reset the networking or Homekit. Use the custom data item in the BluFi app, and issue the "reboot", "habreset", or "netreset" commands
  • Code build with ESP IDF v4.4 and uses the latest homekit code
  • config based the sdkconfig.base file in the repo