Changelog

All notable changes to the Zebrabox ESP32 Control firmware are documented in this file.

This project follows Semantic Versioning and the format is based on Keep a Changelog.

Version 1.3.2 (single-mode AWS IoT / mutual-TLS) is the base release.


[2.0.0] - 2026-05-27

Author: Thomas Joss, keynexis AG

Major rework. The Control device (relays + RFID/Wiegand keypad + magnetic door sensor) moves from a single-mode AWS IoT MQTT client to a dual-mode communication stack that mirrors the Zebrabox Locker:

The same application handlers (relay control, door sensor, RFID/keypad, heartbeat) run in both modes via a channel argument that is either an ESPNowTransport (Primary) or an MQTTClient (Secondary); globals.espnow_mode selects the send path.

Added

Changed