Skip to content

Commit

Permalink
Command definition for keep alive (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x72D0 authored Jun 24, 2022
1 parent daacb2c commit 676615e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions msg/SendRS485Msg.msg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ uint8 CMD_IO_TORPEDO_ACTION = 2
uint8 CMD_IO_ARM_ACTION = 3
uint8 CMD_IO_LEAK_SENSOR = 4

#Common CMD
# 30 is the last command number allowed
uint8 CMD_KEEP_ALIVE = 30

# DATA

# define IO CONTROL
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>sonia_common</name>
<version>1.1.15</version>
<version>1.1.16</version>
<description>sonia_common</description>
<maintainer email="club.sonia@etsmtl.net">Club SONIA</maintainer>
<license>GPLv3</license>
Expand Down

0 comments on commit 676615e

Please sign in to comment.