Added Missing Items

This commit is contained in:
2026-01-22 03:11:43 +00:00
parent e697a55a9f
commit ef3ef2171f

View File

@@ -7,27 +7,41 @@ Software Update
TMPDIR=/overlay/tmp/pip-tmp pip3 install meshtastic TMPDIR=/overlay/tmp/pip-tmp pip3 install meshtastic
python3 -m meshtastic --port /dev/ttyACM0 --info python3 -m meshtastic --port /dev/ttyACM0 --info
Config
meshtastic --set device.role CLIENT
meshtastic --set lora.region US
meshtastic --set lora.ok\_to\_mqtt true
meshtastic --set-owner "Michael Torrez" --set-owner-short "CUN7"
meshtastic --set device.serial\_proto PROTO
meshtastic --set device.serial\_disabled false
meshtastic --ch-index 0 --ch-set uplink\_enabled true
meshtastic --set position.gps\_force\_update true
meshtastic --set telemetry.device\_update\_now true
meshtastic --set mqtt.enabled true
meshtastic --set mqtt.proxy\_to\_client\_enabled true
meshtastic --set mqtt.json\_enabled true
meshtastic --set mqtt.map\_report\_settings.publish\_interval\_secs 300
meshtastic --set telemetry.device\_update\_interval 300
meshtastic --set neighbor\_info.transmit\_over\_lora true
meshtastic --set external\_notification.enabled false
meshtastic --get lora.ok\_to\_mqtt
meshtastic --ch-index 0 --ch-get uplink\_enabled
Test Test
python3 /usr/bin/uplink.py
Config
```bash
meshtastic --set device.role CLIENT \
--set lora.region US \
--set-owner "Michael Torrez" --set-owner-short "CUN7" \
--set lora.use_preset true \
--set lora.modem_preset LONG_FAST \
--set lora.tx_power 0 \
--set lora.sx126x_rx_boosted_gain true \
--set lora.config_ok_to_mqtt true \
--set lora.ok_to_mqtt true \
--set device.serial_proto PROTO \
--set device.serial_enabled true \
--set serial.enabled true \
--set mqtt.enabled true \
--set mqtt.proxy_to_client_enabled true \
--set mqtt.json_enabled true \
--set mqtt.map_reporting_enabled true \
--set mqtt.map_report_settings.should_report_location true \
--set mqtt.map_report_settings.publish_interval_secs 360 \
--set telemetry.send_node_status true \
--set telemetry.device_update_interval 360 \
--set neighbor_info.enabled true \
--set neighbor_info.transmit_over_lora true \
--set neighbor_info.update_interval 14400 \
--set external_notification.enabled false \
--set store_forward.enabled true \
--set position.gps_enabled true \
--set position.gps_update_interval 120 \
--set position.position_broadcast_secs 900 \
--set position.position_broadcast_smart_enabled true \
--set position.fixed_position false \
--pos-fields ALTITUDE ALTITUDE_MSL DOP SATINVIEW HEADING SPEED \
--ch-index 0 --ch-set uplink_enabled true --ch-set downlink_enabled false
python3 /usr/bin/uplink.py