From 100940d2cb0ec1d222d548906a15933199f8dd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 19 Jan 2023 16:15:20 +0100 Subject: [PATCH] LF fix. Format with Trunk --- .gitattributes | 3 +++ docs/blocks/_lora-regions.mdx | 4 ++-- docs/configuration/device-config/position.mdx | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5dc46e6b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file diff --git a/docs/blocks/_lora-regions.mdx b/docs/blocks/_lora-regions.mdx index 04a6849a..62734e72 100644 --- a/docs/blocks/_lora-regions.mdx +++ b/docs/blocks/_lora-regions.mdx @@ -12,8 +12,8 @@ | `RU` | Russia | | `IN` | India | | `NZ_865` | New Zealand 865MHz | -| `UA_433` | Ukraine 433MHz | -| `UA_868` | Ukraine 868MHz | +| `UA_433` | Ukraine 433MHz | +| `UA_868` | Ukraine 868MHz | | `TH` | Thailand | | `LORA_24` | 2.4 GHz band worldwide | diff --git a/docs/configuration/device-config/position.mdx b/docs/configuration/device-config/position.mdx index a08d5984..bce48a09 100644 --- a/docs/configuration/device-config/position.mdx +++ b/docs/configuration/device-config/position.mdx @@ -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_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.rx_gpio | `integer` (0-39) | `UNSET` | -| position.tx_gpio | `integer` (0-34) | `UNSET` | +| position.rx_gpio | `integer` (0-39) | `UNSET` | +| position.tx_gpio | `integer` (0-34) | `UNSET` | :::tip