meshtastic / web-flasher

Official online flasher for Meshtastic device firmware
https://flasher.meshtastic.org
GNU General Public License v3.0
41 stars 17 forks source link

`getFirmwareVersion` is not defined #38

Closed milkpirate closed 4 months ago

milkpirate commented 4 months ago

When I try to update (without "Full Erase and Install") the Update button does not perform any action. Inspecting, the console says:

image

I would just like to update and not do a full erase, since I dont want to enter all the settings again.

psebborn commented 4 months ago

I've pushed up a fix for this; will need a Meshtastic dev to test / confirm / deploy though :)

EDIT: for ref this commit looks to be the one that introduced it https://github.com/meshtastic/web-flasher/commit/96b92f4ab0885c3b77ca6d7f5fd14b46b6283a86

thebentern commented 4 months ago

Good catch and resolution. The fix is live now.

milkpirate commented 4 months ago

Thank you guys!!