updated installers to include PACKETCAPTURE_UPLOAD_PACKET_TYPES line, commented out for later user configuration

This commit is contained in:
agessaman 2025-11-09 12:02:17 -08:00
parent aaa0cac188
commit 3920fed88d
2 changed files with 10 additions and 0 deletions

View file

@ -1160,6 +1160,11 @@ PACKETCAPTURE_IATA=XXX
# Advert Settings
PACKETCAPTURE_ADVERT_INTERVAL_HOURS=11
# Packet Type Filtering (comma-separated list of packet type numbers to upload to MQTT)
# Leave commented out to upload all packet types
# Example: PACKETCAPTURE_UPLOAD_PACKET_TYPES=2,4 (upload only TXT_MSG and ADVERT)
#PACKETCAPTURE_UPLOAD_PACKET_TYPES=
# Logging Settings
PACKETCAPTURE_LOG_LEVEL=INFO
"@

View file

@ -1088,6 +1088,11 @@ PACKETCAPTURE_IATA=XXX
# Advert Settings
PACKETCAPTURE_ADVERT_INTERVAL_HOURS=11
# Packet Type Filtering (comma-separated list of packet type numbers to upload to MQTT)
# Leave commented out to upload all packet types
# Example: PACKETCAPTURE_UPLOAD_PACKET_TYPES=2,4 (upload only TXT_MSG and ADVERT)
#PACKETCAPTURE_UPLOAD_PACKET_TYPES=
# Logging Settings
PACKETCAPTURE_LOG_LEVEL=INFO
EOF