Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Countdown Plugin Restart Issues #142

Closed
lilxanman opened this issue Jul 30, 2023 · 2 comments
Closed

[Bug] Countdown Plugin Restart Issues #142

lilxanman opened this issue Jul 30, 2023 · 2 comments
Labels
SW Bug Something isn't working in the software.

Comments

@lilxanman
Copy link

Describe the bug
A clear and concise description of what the bug is.

When you save the date on the countdown plugin, the correct information shows on the matrix, when the esp32 repowers, the countdown plugin will display a "?". I've found that when I go into the web panel, that the information I entered is there.

Note: When I click the update button, the date shows again until it reboots.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Plugins > CountdownPlugin
  2. Enter in details
  3. Click Update
  4. Restart The Device

Expected behavior
The correct countdown information should show upon reboot

Please complete the following information:

  • Development board: esp32doit-devkit-v1
  • Version: v7.1.1:lc

Additional context
Add any other context about the problem here.

Log
If applicable, add serial log output to support the analysis.

@BlueAndi BlueAndi added the SW Bug Something isn't working in the software. label Jul 31, 2023
@BlueAndi
Copy link
Owner

I can not reproduce it with the official release v7.1.1, but in the Development branch. You wrote v7.1.1:lc, which means official release with local changes. Do you use the main or the development branch?

The "?" will stay in case the time was not synchronized by the NTP.

BlueAndi added a commit that referenced this issue Aug 2, 2023
…esn't copy the NTP server address. It will access the given address during runtime, therefore the string with the NTP server address needs to be "static". The second problem was that the CountdownPlugin didn't update periodically in the process() routine.

#142
@BlueAndi
Copy link
Owner

BlueAndi commented Aug 2, 2023

I fixed the problem in the Development branch. Please verify and if the problem still exists, reopen the issue.

@BlueAndi BlueAndi closed this as completed Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SW Bug Something isn't working in the software.
Projects
None yet
Development

No branches or pull requests

2 participants