mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #394] After update to 2.7, version mismatch indicates an error on update screen. #2444
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jum0n on GitHub (Nov 9, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/394
Describe the bug
After update to 2.7, version mismatch indicates an error on update screen. AP seems to be functioning well otherwise.
To Reproduce
Steps to reproduce the behavior:
"Firmware Updates
Your version is newer than the latest release date.
Are you the developer? :-)"
Also in version output screen for mine:
"env: ESP32_S3_16_8_YELLOW_AP
build date: 2024-11-03 13:31
esp32 version: 2.7
filesystem version: 2.70 <- not matching!
psram size: 8383639
flash size: 16777216
--------------------------"
Expected behavior
Should not show error as newer version and should also not show unmatched firmware/filesystem. Perhaps this due to trailing 0 not being truncated when comparing and a text version comparison instead of numeric?
Also noticed that current version shows as "older" as show in screenshot.
@nlimper commented on GitHub (Nov 9, 2024):
duplicate of https://github.com/OpenEPaperLink/OpenEPaperLink/issues/389 and already fixed in
e6401f6840