Format with Trunk
This commit is contained in:
Thomas Göttgens 2023-01-19 16:15:20 +01:00
parent 925f6a8473
commit 100940d2cb
3 changed files with 7 additions and 4 deletions

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

View file

@ -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 |

View file

@ -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