This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
Releases: meshtastic/Meshtastic-gui-installer
Releases · meshtastic/Meshtastic-gui-installer
Meshtastic Flasher 1.0.17
What's Changed
- Added Detect button
- Leverage the auto detect device and port from Meshtastic python library
- Fixed logo center by @thebentern in #3
- Action oriented buttons by @thebentern in #4
- Layout and styling by @thebentern in #5
Full Changelog: 1.0.16...1.0.17
Meshtastic Flasher 1.0.16
- start of pulling multiple versions from GitHub (instead of just the lastest) - although this version still just pulls the latest, but differently
- changed Firmware button so it goes away and is replaced with drop down of available versions
- port button changes to show the port (ugh... all in upper case... I think that is the stylesheet!)
- added tool tips
Full Changelog: 1.0.15...1.0.16
Meshtastic flasher 1.0.15
See if windows detects ports with this version - windows port detection would have probably worked if I didn't have a windows driver missing
Full Changelog: 1.0.14...1.0.15
Meshtastic-flasher 1.0.14
What's Changed
- logo and icon working
- fix TLora issue with 2 ports detected but only 1 device
- ensure the devices list is not duplicated
- pylint
- show progress bar
- update the readme that is attached to releases
- renamed the installer file to "Meshtastic flasher"
New Contributors
- @thebentern made their first contribution in #2
Full Changelog: 1.0.5...1.0.14
Installer 1.0.5
- fix cert
- issue on mac with failed to write to target RAM with new usb serial chips
Detecting chip type... ESP32
Chip is ESP32-PICO-D4 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None
WARNING: Detected crystal freq 41.13MHz is quite different to normalized freq 40MHz. Unsupported crystal in use?
Crystal is 40MHz
MAC: 4c:75:25:c2:82:f4
Uploading stub...
Traceback (most recent call last):
File "installer.py", line 198, in flash_stuff
File "esptool.py", line 4564, in main
File "esptool.py", line 879, in run_stub
File "esptool.py", line 752, in mem_block
File "esptool.py", line 505, in check_command
esptool.FatalError: Failed to write to target RAM (result was 01070000: Operation timed out)
- works on ubuntu (chmod +x, run with sudo or do the dialout group thing)
- windows (rename to .exe, start command prompt, downloads firmware, but does not detect serial port) - might be related to how pyinstaller is packaging up files
Installer 1.0.4
initial version
not sure why these files are not zip files
not sure why logo is not coming thru (at least on mac)