This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
projects:amateur_radio:meshtastic:getting_started [2024/06/03 06:39] – [Nice to Haves] move hardware links to buyer's guide Andrew Yong | projects:amateur_radio:meshtastic:getting_started [2024/06/20 18:05] (current) – [Python CLI Quickstart] don't enable mqtt while configuring lora Andrew Yong | ||
---|---|---|---|
Line 234: | Line 234: | ||
# Set channel and tx power (don't configure it at the same time as changing regions) | # Set channel and tx power (don't configure it at the same time as changing regions) | ||
- | meshtastic --set lora.channel_num 4 --set lora.tx_power 0 --set mqtt.enabled true && sleep 15 | + | meshtastic --set lora.channel_num 4 --set lora.tx_power 0 && sleep 15 |