meshtastic / web-flasher

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

Possible issues uploading release zip #70

Closed todd-herbert closed 3 months ago

todd-herbert commented 4 months ago

Full disclosure: I'm not entirely sure that I'm using this feature correctly.

What I'm doing:

Process begins, then appears to hang:

Connecting....
Detecting chip type... ESP32-S3
Chip is ESP32-S3
Features: Wi-Fi,BLE
Crystal is 40MHz
MAC: dc:54:75:ce:bb:38
Uploading stub...
Running stub...
Stub running...
thebentern commented 4 months ago

I can repro this. Seems like the matching regex for the update bin is borked for uploaded zips

rcarteraz commented 4 months ago

Just tried with a T-Deck PR artifact and it also sticks

Connecting....
Detecting chip type... ESP32-S3
Chip is ESP32-S3
Features: Wi-Fi,BLE
Crystal is 40MHz
MAC: 34:85:18:95:10:50
Uploading stub...
Running stub...
Stub running...
thebentern commented 3 months ago

Should be fixed with #77