Releases: ICBizLabs/ESP32-DIV-KILAZ
Releases · ICBizLabs/ESP32-DIV-KILAZ
Release list
v4.8.6
What's New in v4.8.6
- Fixed v2.0 board pausing / stuttering — the device no longer freezes for seconds at a time during scans. Root cause: battery readings share GPIO 2 with the buzzer and each read blocked ~70ms while spiking current; they were firing on every screen redraw, which starved the firmware and browned out boards on battery. Battery is now sampled at most once every 5 seconds and cached. (issue #1)
- No change for v2.1 boards — only the sampling frequency changed; measured voltage and battery % are identical.
Highlights since v4.6.7 (v2.0 board compatibility)
- Battery percentage on v2.0 — divider is now selected from the detected PCF8574 address (v2.0 = 4:1, v2.1 = 2:1), fixing the v2.0 battery stuck at 0%.
- Phantom / ghost button presses on v2.0 — fixed spurious SELECT and button events (touch-only v2.0 boards no longer trigger random menu actions).
- Button Checker on v2.0 — now forces fresh I2C reads instead of returning a stale buffer.
- New tools — Touch Calibrate and an SD File Manager.
- About page — fixed SEL:Back flashing / redraw glitches.
Notes
87 features across WiFi, Bluetooth, 2.4GHz, SubGHz, and IR.
📦 Use the Web Installer to flash directly from your browser (Chrome/Edge).
v4.6.7 — Kilaz Edition
What's New in v4.6.7
- POCSAG Decoder — Real hardware 2-FSK demodulation via CC1101 FIFO mode, BCH(31,21) error correction, multi-baud (512/1200/2400), numeric and alphanumeric decoding
- IR Button Handling — Fixed IR button handling and screen rotation issues
- WiFi Scanner — Fixed brownout crash on battery power (uses safeWifiMode)
Previous Highlights (v4.6.5–v4.6.6)
- BLE Rubber Ducky — HID-over-GATT keyboard injection with DuckyScript-compatible scripts
- IR Remote re-enabled with lazy-load architecture (9 tools)
- Fixed SD card FSPI corruption after CC1101 use
- Fixed WiFi brownout on battery
- Improved hold-to-exit reliability
87 features across WiFi, Bluetooth, 2.4GHz, SubGHz, and IR.
📦 Use the Web Installer to flash directly from your browser (Chrome/Edge).