mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
LF fix.
Format with Trunk
This commit is contained in:
parent
925f6a8473
commit
100940d2cb
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* text=auto eol=lf
|
||||||
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||||
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
@ -12,8 +12,8 @@
|
||||||
| `RU` | Russia |
|
| `RU` | Russia |
|
||||||
| `IN` | India |
|
| `IN` | India |
|
||||||
| `NZ_865` | New Zealand 865MHz |
|
| `NZ_865` | New Zealand 865MHz |
|
||||||
| `UA_433` | Ukraine 433MHz |
|
| `UA_433` | Ukraine 433MHz |
|
||||||
| `UA_868` | Ukraine 868MHz |
|
| `UA_868` | Ukraine 868MHz |
|
||||||
| `TH` | Thailand |
|
| `TH` | Thailand |
|
||||||
| `LORA_24` | 2.4 GHz band worldwide |
|
| `LORA_24` | 2.4 GHz band worldwide |
|
||||||
|
|
||||||
|
|
|
@ -125,8 +125,8 @@ All Position config commands are available in the python CLI. Example commands a
|
||||||
| position.position_broadcast_smart_enabled | `true`, `false` | `true` |
|
| position.position_broadcast_smart_enabled | `true`, `false` | `true` |
|
||||||
| position.position_broadcast_secs | `integer` (seconds) | Default of `0` is 15 Minutes |
|
| position.position_broadcast_secs | `integer` (seconds) | Default of `0` is 15 Minutes |
|
||||||
| position.flags | `UNSET`, `ALTITUDE`, `ALTITUDE_MSL`, `GEOIDAL_SEPARATION`, `DOP`, `HVDOP`, `PDOP`, `SATINVIEW`, `SEQ_NO`, `TIMESTAMP`, `HEADING`, `SPEED` | `UNSET` |
|
| position.flags | `UNSET`, `ALTITUDE`, `ALTITUDE_MSL`, `GEOIDAL_SEPARATION`, `DOP`, `HVDOP`, `PDOP`, `SATINVIEW`, `SEQ_NO`, `TIMESTAMP`, `HEADING`, `SPEED` | `UNSET` |
|
||||||
| position.rx_gpio | `integer` (0-39) | `UNSET` |
|
| position.rx_gpio | `integer` (0-39) | `UNSET` |
|
||||||
| position.tx_gpio | `integer` (0-34) | `UNSET` |
|
| position.tx_gpio | `integer` (0-34) | `UNSET` |
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue