mirror of
https://github.com/agessaman/meshcore-packet-capture.git
synced 2026-04-20 23:23:37 +00:00
updated installers to include PACKETCAPTURE_UPLOAD_PACKET_TYPES line, commented out for later user configuration
This commit is contained in:
parent
aaa0cac188
commit
3920fed88d
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
"@
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue