Releases: shmuelzon/esp32-ble2mqtt
v0.18.1
What's Changed
- Update to ESP-IDF v5.2.1 by @shmuelzon in #199
- Update deprecated CI by @shmuelzon in #207
- Add support for unicore SoCs (esp32-c3) by @shmuelzon in #206
- Release builds for other ESP32 variants by @shmuelzon in #208
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
- reduced usages of memcmp by @dakhnod in #184
- fixed Automation-io payload types by @dakhnod in #186
- Multiple uuids by @dakhnod in #183
- Ignore build dependencies files and directories by @shmuelzon in #188
- Fix build for ESP32-S3 and ESP32-C3 by @shmuelzon in #189
- Change Wi-Fi scan method by @shmuelzon in #195
New Contributors
Full Changelog: v0.17.0...v0.18.0
Installation
If upgrading from a previous release, you can use the UI to upload the ble2mqtt.bin
application image.
For new installations, you can flash the full image using the following command:
esptool.py -p <Serial / COM device> -b 115200 --chip esp32 write_flash 0 ble2mqtt-full.bin
v0.17.0
What's Changed
- Fix owner payload size by @shmuelzon in #142
- Officially support ESP-IDF v4.4 by @shmuelzon in #146
- Fix build on ESP32-C3 by @shmuelzon in #147
- Add 'Status' topic with LWT message by @valpackett in #127
- Fix MQTT unsubscribing by topic prefix by @shmuelzon in #149
- Update readme with detailed install instructions by @issmirnov in #154
- Update to ESP-IDF v5.0 by @shmuelzon in #176
- Increase maximum number of allowed characteristics by @shmuelzon in #177
- Increase the maximum HTTP request header size by @shmuelzon in #178
- Build and upload complete image by @shmuelzon in #179
New Contributors
- @issmirnov made their first contribution in #154
Full Changelog: v0.16.0...v0.17.0
Installation
If upgrading from a previous release, you can use the UI to upload the ble2mqtt.bin
application image.
For new installations, you can flash the full image using the following command:
esptool.py -p <Serial / COM device> -b 115200 --chip esp32 write_flash 0 ble2mqtt-full.bin
v0.16.0
What's Changed
- MiBeacon: add motion sensor support by @unrelentingtech in #126
- Add GitHub build action by @shmuelzon in #135
- New UI by @almirus in #136
New Contributors
Full Changelog: v0.15.0...v0.16.0
Installation
If upgrading from a previous release, you can use the UI to upload the ble2mqtt.bin
application image.
For new installations, you can flash the full image using the following command:
esptool.py -p <Serial / COM device> -b 115200 --chip esp32 write_flash 0 build/ble2mqtt-full.bin
v0.15.0
This is the first release available with a pre-built binary image you can flash to the ESP32.
Once loaded, you'll need to connect to the ESP's access point and upload a configuration file (config.json) and reset.
You can flash the full image using the following command:
esptool.py -p <Serial / COM device> -b 115200 --chip esp32 write_flash 0 build/ble2mqtt-full.bin