From 925f6a8473fe27f13540c715dea2a1c4004ac33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 19 Jan 2023 15:53:02 +0100 Subject: [PATCH] Update a few descriptions for new protobuf settings --- docs/blocks/_lora-regions.mdx | 2 + docs/configuration/device-config/device.mdx | 10 +++++ docs/configuration/device-config/display.mdx | 15 ++++++- docs/configuration/device-config/lora.mdx | 4 +- docs/configuration/device-config/position.mdx | 6 +++ .../module-config/external-notification.mdx | 45 ++++++++++++------- src/data/regions/ua_433.ts | 13 ++++++ src/data/regions/ua_868.ts | 13 ++++++ 8 files changed, 88 insertions(+), 20 deletions(-) create mode 100644 src/data/regions/ua_433.ts create mode 100644 src/data/regions/ua_868.ts diff --git a/docs/blocks/_lora-regions.mdx b/docs/blocks/_lora-regions.mdx index 3c51cf01..04a6849a 100644 --- a/docs/blocks/_lora-regions.mdx +++ b/docs/blocks/_lora-regions.mdx @@ -12,6 +12,8 @@ | `RU` | Russia | | `IN` | India | | `NZ_865` | New Zealand 865MHz | +| `UA_433` | Ukraine 433MHz | +| `UA_868` | Ukraine 868MHz | | `TH` | Thailand | | `LORA_24` | 2.4 GHz band worldwide | diff --git a/docs/configuration/device-config/device.mdx b/docs/configuration/device-config/device.mdx index 394024b1..b27c4ae6 100644 --- a/docs/configuration/device-config/device.mdx +++ b/docs/configuration/device-config/device.mdx @@ -37,6 +37,14 @@ Acceptable values: `true` or `false` By default we turn off logging as soon as an API client connects. Set this to true to leave the debug log outputting even when API is active. +### GPIO for user button + +This is the GPIO pin number that will be used for the user button, if your device does not come with a predefined user button. + +### GPIO for PWM Buzzer + +This is the GPIO pin number that will be used for the PWM buzzer, if your device does not come with a predefined buzzer. + ## Device Config Client Availability