mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
1.1 KiB
1.1 KiB
id | title | sidebar_label |
---|---|---|
meshtastic-flasher | Using Meshtastic Flasher GUI | Meshtastic Flasher GUI |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
Prerequisites
Install Meshtastic Flasher by downloading the executable file or installing using pip
.
<Tabs groupId="operating-system" defaultValue="linux" values={[ {label: 'Linux', value: 'linux'}, {label: 'macOS', value: 'macos'}, {label: 'Windows', value: 'windows'}, ]}>
pip install meshtastic-flasher
pip install meshtastic-flasher
pip install meshtastic-flasher
Flashing the Device
<Tabs groupId="chipset" defaultValue="esp32" values={[ {label: 'ESP32', value: 'esp32'}, {label: 'nRF', value: 'nrf'}, ]}>