We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaa030 commit 6e668c1Copy full SHA for 6e668c1
examples/example_4.yaml
@@ -1,15 +1,10 @@
1
# this configuration tells PacketRaven to perform the following functions:
2
# 1. read packet information from https://aprs.fi
3
-# 2. filter to specific callsigns
4
-# 3. log messages to a text file at `./example_4.log`
5
-# 4. plot altitude using `matplotlib`
+# 2. log messages to a text file at `./example_4.log`
+# 3. plot altitude using `matplotlib`
6
#
7
# you can run this configuration with the following: `packetraven examples/example_4.yaml`
8
9
-callsigns:
10
- - W3EAX-11
11
- - W3EAX-12
12
-
13
log:
14
filename: 'example_4.log'
15
0 commit comments