Update position broadcst command and legacy flasher install

This commit is contained in:
Garth Vander Houwen 2022-09-15 09:23:21 -07:00
parent 999be9d7f2
commit 929d6b0378
2 changed files with 4 additions and 4 deletions

View file

@ -10,6 +10,6 @@ Meshtastic 1.2 was a beta version that has been superceded by 1.3. Version 1.2 i
While 1.2 is end of life, it may continue to be useful for certain networks with Android only users, or users of ATAK until the forwarder is updated. While 1.2 is end of life, it may continue to be useful for certain networks with Android only users, or users of ATAK until the forwarder is updated.
* Last 1.2 Python api version install: pip install meshtastic==1.2.95 * Last 1.2 Python api version install: pip install meshtastic==1.2.95
* Final 1.2 Meshtastic Flasher instal: pip install meshtastic-flasher=1.0.106 (Do not attempt to install 1.3.x firmware with this release) * Final 1.2 Meshtastic Flasher instal: pip install meshtastic-flasher==1.0.106 (Do not attempt to install 1.3.x firmware with this release)
* [Final 1.2 Device Firmware](https://github.com/meshtastic/Meshtastic-device/releases/tag/v1.2.65.0adc5ce) * [Final 1.2 Device Firmware](https://github.com/meshtastic/Meshtastic-device/releases/tag/v1.2.65.0adc5ce)
* [Final 1.2 Android App](https://github.com/meshtastic/Meshtastic-Android/releases/tag/1.2.67) * [Final 1.2 Android App](https://github.com/meshtastic/Meshtastic-Android/releases/tag/1.2.67)

View file

@ -109,7 +109,7 @@ All Position config conmmands are available in the python CLI. Example commands
| position.gps_update_interval | `integer` (seconds) | Default `0` is 30 Seconds | | position.gps_update_interval | `integer` (seconds) | Default `0` is 30 Seconds |
| position.gps_attempt_time | `integer` (seconds) | Default of `0` is 30 Seconds | | position.gps_attempt_time | `integer` (seconds) | Default of `0` is 30 Seconds |
| position.fixed_position | `true`, `false` | `false` | | position.fixed_position | `true`, `false` | `false` |
| position.broadcast_smart | `true`, `false` | `true` | | position.broadcast_smart_disabled | `true`, `false` | `true` |
| position.broadcast_secs | `integer` (seconds) | Default of `0` is 15 Minutes | | position.broadcast_secs | `integer` (seconds) | Default of `0` is 15 Minutes |
| position.flags | `POS_UNDEFINED`, `POS_ALTITUDE`, `POS_ALT_MSL`, `POS_GEO_SEP`, `POS_DOP`, `POS_HVDOP`, `PDOP`, `POS_BATTERY`, `POS_SATINVIEW`, `POS_SEQ_NOS`, `POS_TIMESTAMP`, `POS_HEADING`, `POS_SPEED` | `POS_UNDEFINED` | | position.flags | `POS_UNDEFINED`, `POS_ALTITUDE`, `POS_ALT_MSL`, `POS_GEO_SEP`, `POS_DOP`, `POS_HVDOP`, `PDOP`, `POS_BATTERY`, `POS_SATINVIEW`, `POS_SEQ_NOS`, `POS_TIMESTAMP`, `POS_HEADING`, `POS_SPEED` | `POS_UNDEFINED` |
@ -141,8 +141,8 @@ meshtastic --set position.fixed_position false
``` ```
```shell title="Enable / Disable Smart position broadcast (Enabled by default)" ```shell title="Enable / Disable Smart position broadcast (Enabled by default)"
meshtastic --set position.broadcast_smart true meshtastic --set position.broadcast_smart_disabled true
meshtastic --set position.broadcast_smart false meshtastic --set position.broadcast_smart_disabled false
``` ```
```shell title="Set Position Broadcast Interval (Default of 0 is 15 minutes)" ```shell title="Set Position Broadcast Interval (Default of 0 is 15 minutes)"