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