Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
source
tcpip-to-serial-agent
Commits
c3d7456a
Verified
Commit
c3d7456a
authored
Oct 18, 2021
by
Robin Mueller
Browse files
this should work
parent
1db1b465
Changes
3
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
c3d7456a
__version__
=
"1.3.0"
agent/__init__.py
View file @
c3d7456a
__version__
=
"1.3.0"
tcpip-to-serial-agent.py
View file @
c3d7456a
...
...
@@ -6,7 +6,7 @@ import signal
import
os
import
time
from
.
import
__version__
from
agent
import
__version__
from
agent.log
import
get_console_logger
from
agent.tcp_handler
import
TcpHandler
from
agent.conf
import
JSON_CONF_FILE
,
DEFAULT_BAUDRATE
,
DEFAULT_MAX_DEQUE_SLOTS
,
DEFAULT_TCP_PORT
...
...
@@ -28,7 +28,7 @@ class ConfigKeys(enum.IntEnum):
def
main
():
print
(
f
'-- Starting TCP/IP to Serial Agent
{
__version__
}
for the iOBC --'
)
print
(
f
'-- Starting TCP/IP to Serial Agent
v
{
__version__
}
for the iOBC --'
)
error_setup
()
try
:
start_application
()
...
...
Write
Preview
Markdown
is supported
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