[GH-ISSUE #394] After update to 2.7, version mismatch indicates an error on update screen. #1893

Closed
opened 2026-03-20 20:07:09 +01:00 by sascha_hemi · 1 comment
Owner

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:

  1. Update to version 2.7 (2.70?)
  2. Access web interface, Select Settings, Select (Manage) Update
  3. Update screen will show the following errors

"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.

image

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: 1. Update to version 2.7 (2.70?) 2. Access web interface, Select Settings, Select (Manage) Update 3. Update screen will show the following errors "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. ![image](https://github.com/user-attachments/assets/298ed0e4-f1b8-491a-8825-06db861f2b1b)
sascha_hemi added the bug label 2026-03-20 20:07:09 +01:00
Author
Owner

@nlimper commented on GitHub (Nov 9, 2024):

duplicate of https://github.com/OpenEPaperLink/OpenEPaperLink/issues/389 and already fixed in e6401f6840

<!-- gh-comment-id:2466301018 --> @nlimper commented on GitHub (Nov 9, 2024): duplicate of https://github.com/OpenEPaperLink/OpenEPaperLink/issues/389 and already fixed in https://github.com/OpenEPaperLink/OpenEPaperLink/commit/e6401f6840d193868cdc0b1116bfeb809c8eb3a8
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#1893