Update built-in documentation for current method of implementation (#9592)

This commit is contained in:
Jason P
2026-02-09 18:56:22 -06:00
committed by GitHub
parent af18f061cf
commit 927a4e47b8

View File

@@ -9,8 +9,8 @@
* received the bot responds with a short status message that includes the hop count
* (minimum number of relays), RSSI and SNR of the received packet. To avoid spamming
* the network it enforces a persender cooldown between responses. By default the
* module is enabled; define MESHTASTIC_EXCLUDE_REPLYBOT at build time to exclude it
* entirely. See the official firmware documentation for guidance on adding modules.
* module is disabled. See the official firmware documentation for guidance on adding modules.
* To enable this module, set `#undef MESHTASTIC_EXCLUDE_REPLYBOT` in your variant.h file.
*/
#include "Channels.h"