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
6a82e04b
Commit
6a82e04b
authored
Sep 06, 2021
by
Jeffrey Phillips Freeman
💥
Browse files
Fix: Removed unused url argument.
parent
b6eafa18
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/apex/igate_tcp.rb
View file @
6a82e04b
...
...
@@ -5,13 +5,8 @@ module Apex
DEFAULT_APRSIS_FILTER_PORT
=
14580
protected
def
initialize
(
user
,
password
=
'-1'
,
input_url
=
None
)
def
initialize
(
user
,
password
=
'-1'
)
@user
=
user
if
input_url
@url
=
input_url
else
@url
=
DEFAULT_APRSIS_URL
end
@auth
=
[
'user'
,
user
,
'pass'
,
password
,
'vers'
,
'APEX-APRS Ruby Module'
].
join
(
' '
)
@aprsis_sock
=
nil
@data_buffer
=
''
...
...
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