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
1db1b465
Verified
Commit
1db1b465
authored
Oct 18, 2021
by
Robin Mueller
Browse files
bumped version, printing it now
parent
a5a75a5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
1db1b465
__version__
=
"1.
2
.0"
__version__
=
"1.
3
.0"
tcpip-to-serial-agent.py
View file @
1db1b465
...
...
@@ -6,6 +6,7 @@ import signal
import
os
import
time
from
.
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
...
...
@@ -27,7 +28,7 @@ class ConfigKeys(enum.IntEnum):
def
main
():
print
(
'-- Starting TCP/IP to Serial Agent for the iOBC --'
)
print
(
f
'-- Starting TCP/IP to Serial Agent
{
__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