Skip to content

Commit 6e668c1

Browse files
make example more permissive
1 parent 7eaa030 commit 6e668c1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/example_4.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# this configuration tells PacketRaven to perform the following functions:
22
# 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`
3+
# 2. log messages to a text file at `./example_4.log`
4+
# 3. plot altitude using `matplotlib`
65
#
76
# you can run this configuration with the following: `packetraven examples/example_4.yaml`
87

9-
callsigns:
10-
- W3EAX-11
11-
- W3EAX-12
12-
138
log:
149
filename: 'example_4.log'
1510

0 commit comments

Comments
 (0)