mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #109] AP info page not updated correctly #605
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 @coelner on GitHub (Aug 11, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/109
Describe the bug
The AP info page with the current IP is not updated correctly. It is not always the case.
the AP is running the 1.8 release with a 0x0017 firmware
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A correctly shown AP info page with the current IP or wifi AP connect page.
A "AP reboot" triggers the redraw. AFAIK the UI has the problem that you can not select the needed JSON template, because it is not a file.
Additional context
Add any other context about the problem here.
Maybe the check for
isConnected();is better here.@nlimper commented on GitHub (Aug 11, 2023):
Thank for the bug report. The AP info page was just temporaty. It's all fixed already, together with some other nice improvements, coming up in the next commit.