Add enabled config option to aprsd_weewx_plugin block

This commit is contained in:
Walter Boring 2026-03-09 22:28:17 -04:00
parent db9f7f982d
commit 0a0cc61c41

View File

@ -6,6 +6,11 @@ weewx_group = cfg.OptGroup(
)
weewx_opts = [
cfg.BoolOpt(
"enabled",
default=True,
help="Enable the weewx plugin",
),
cfg.FloatOpt(
"latitude",
default=None,