From 4e09882a3906680c6ec9b7955f2cdd17db912ba9 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 11 Feb 2023 19:59:58 -0600 Subject: [PATCH] Update device.mdx --- docs/configuration/device-config/device.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/device-config/device.mdx b/docs/configuration/device-config/device.mdx index 7981c55b..630f7e9f 100644 --- a/docs/configuration/device-config/device.mdx +++ b/docs/configuration/device-config/device.mdx @@ -61,6 +61,10 @@ This is the GPIO pin number that will be used for the user button, if your devic This is the GPIO pin number that will be used for the PWM buzzer, if your device does not come with a predefined buzzer. +### Node Info Broadcast Seconds + +This is the number of seconds between NodeInfo message broadcasts from the device. The device will still respond ad-hoc to NodeInfo messages when a response is wanted. + ## Device Config Client Availability