Skip to content

v0.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@shmuelzon shmuelzon released this 15 Jul 18:17
· 41 commits to master since this 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