Skip to content

M5MonsterC5-Tab5 1.3.5

Choose a tag to compare

@github-actions github-actions released this 09 May 09:30
d3a982a

Release v1.3.5 published.

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

fix(version): accept newer JanOS firmware versions as compatible

Version check was using strict string equality, so any firmware newer
than the required version (e.g. 1.6.4 when 1.6.3 is required) was
incorrectly flagged as a mismatch and showed a warning popup.

Replace strcmp with a semver-aware comparison that only marks the
firmware as mismatched when it is strictly older than the minimum
required version.