Skip to content

M5MonsterC5-Tab5 1.3.6

Choose a tag to compare

@github-actions github-actions released this 11 May 19:21
3b14bb9

Release v1.3.6 published.

Release page: https://github.com/C5Lab/M5MonsterC5-Tab5/releases/tag/v1.3.6
Web flasher: https://C5Lab.github.io/M5MonsterC5-Tab5/
Firmware (1.3.6): https://github.com/C5Lab/M5MonsterC5-Tab5/releases/download/v1.3.6/M5MonsterC5-Tab5-1.3.6.zip
Bundle: https://github.com/C5Lab/M5MonsterC5-Tab5/releases/download/v1.3.6/M5MonsterC5-Tab5-1.3.6-bundle.zip

Network observer reliability fixes, wardrive upload UX improvements, async network inspection, and RSSI color-coding across scan/observer views.

Changes
e681130 — Async inspect networks task
Janek · 2026-05-11 08:01

Network inspection in the observer moved to a background task. Previously blocked the UI while issuing inspect_network commands for each network sequentially.

b94b9e2 — feat(wardrive): improve WiGLE/WDGWars upload UX and reliability
OyczE· 2026-05-11 19:57

WiFi connection:

Retry flow after failed wifi_connect — credentials UI stays open, user can edit password and retry
Rescan button (blue) to return to network selection without closing the popup
Spinner shown during credential prompt, hidden while typing
Connect button disabled immediately on tap to prevent double-submit
FAILED: message from firmware parsed and shown in status label
Fix crash when Close is pressed during retry wait (null guard on retry/rescan button pointers)
Upload:

Fix false "Failed: 1" — increased empty_reads timeout 60s → 150s for large WiGLE/WDGWars uploads
Progress bar (teal) added for multi-file uploads
Status label updates every 2s with elapsed time during upload

dac8793 — fix(network-observer): stop sniffer before attacks and fix inspect timing
OyczE · 2026-05-11 20:56

Stop command sent before any attack launched from network popup — firmware rejected wifi_connect/scan while sniffer was active (caused Nmap to fail with wrong password error)
Inspect task now runs sequentially after scan and before sniffer start — both previously started at the same timestamp causing "Another operation is active" for networks 5+
Replaced bullet glyph with plain colored text: MFP On (red) / MFP Off (green) — bullet was not in the embedded Montserrat subset
Fixed nmap_back_cb to return to observer+popup instead of always navigating to scan page
SSID and password quoted in Nmap wifi_connect command — SSIDs with spaces caused connect failure

f9f374c — feat(ui): color-code RSSI values in network scan and observer lists
OyczE · 2026-05-11 21:10

RSSI values color-coded using LVGL recolor markup:

Green > -50 dBm
Orange -70 to -50 dBm
Red ≤ -70 dBm
Applied to both initial render and async inspect updates in scan and observer views.