darkxst / silabs-firmware-builder

Silicon Labs firmware builder
https://darkxst.github.io/silabs-firmware-builder/
261 stars 25 forks source link

[multipan_flasher] Issue tracker absence and undesired behavior #55

Open lvlgl opened 4 months ago

lvlgl commented 4 months ago

Currently, there isn't a specific issue tracker dedicated to the multipan_flasher project, so I'm compelled to use this tracker for reporting any concerns or bugs.

image

Furthermore, an issue has surfaced regarding the watchdog toggle feature. The feature depicted in the linked image causes the add-on to restart even after a successful exit, which disrupts regular operation of Silicon Labs Multiprotocol add-on. It's recommended to consider disabling the watchdog toggle entirely, similar to how it's handled in the official CEC Scanner add-on.

darkxst commented 4 months ago

use this tracker for reporting any concerns or bugs.

This is ok, I actually link to this issue tracker from the multipan page.

Enabling watchdog does not make sense on this addon.

similar to how it's handled in the official CEC Scanner add-on.

I will need to check this, I suppose its because it sets start: once and I would need to make sure the addon gets restarted on upgrade before changing to this!