Releases: The-Masked-Bear/wifisense-pi
Releases · The-Masked-Bear/wifisense-pi
Release list
v1.0.0
First public release.
Pre-compiled firmware for the ESP32-S3 (16MB flash).
Flashing Instructions
Using esptool, write the merged factory image to offset 0x0:
pip install esptool
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 write_flash 0x0 wifisense-firmware-v1.0.0.binSecurity Note: This binary contains an all-zero placeholder radio key. If you use a radio link, you must set your own key in
pi/config.jsonand compile the firmware yourself. A prebuilt binary cannot carry a private key.