Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syncleus
apex-aprs
Commits
7f7f7f3c
Commit
7f7f7f3c
authored
Oct 01, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
orgot to specify baud rate.
parent
9a5b6e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/apex.rb
View file @
7f7f7f3c
...
...
@@ -5,7 +5,7 @@ module Apex
VERSION
=
"0.0.1"
def
self
.
main
kiss
=
Kiss
::
KissSerial
.
new
(
'/dev/ttyUSB1'
)
kiss
=
Kiss
::
KissSerial
.
new
(
'/dev/ttyUSB1'
,
9600
)
aprs_kiss
=
Aprs
::
AprsKiss
.
new
(
kiss
)
aprs_kiss
.
connect
(
Kiss
::
MODE_INIT_KENWOOD_D710
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment