hayasita / VFDClockController

MIT License
0 stars 0 forks source link

[Bug] SNTP処理中にSNTP要求を出すと、panicとなる。 #42

Open hayasita opened 8 months ago

hayasita commented 8 months ago

Describe the bug SNTP処理中にSNTP要求を出すと、panicとなる。

To Reproduce Steps to reproduce the behavior:

  1. Go to WebIF TimeConf
  2. SNTP switch OFF
  3. SNTP switch ON.sntp reqest
  4. Click on SNTP manual connection.
  5. VFD Display ALL 8 output.
  6. CPU Panic
hayasita commented 8 months ago

sntp_sync_status_t sntp_get_sync_status ( void ) が SNTP_SYNC_STATUS_RESET の場合にのみ手動更新許可すればよい?