Skip to content

Releases: shmuelzon/esp32-ble2mqtt

v0.18.1

11 Oct 08:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

23 Nov 17:13
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

What's Changed

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

17 Feb 17:30
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

What's Changed

New Contributors

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

27 Nov 18:21
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

What's Changed

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

15 Jul 18:17
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

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