Skip to content

Commit

Permalink
Updated the version and removed the serial configration so that PakCa…
Browse files Browse the repository at this point in the history
…tt starts with little to no configuration changes.
  • Loading branch information
dotb committed Mar 5, 2023
1 parent ed2498b commit 249f622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.squarepolka</groupId>
<artifactId>pakcatt</artifactId>
<version>0.2</version>
<version>0.3</version>
<name>pakcatt</name>
<description>A contemporary packet radio service</description>

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ pakcatt:
tnc:
## Serial port / TNC configuration
serial-connections:
- channel-identifier: 'Serial TNC'
port-path: /dev/<YOUR TNC SERIAL PATH>
port-baud: 9600
#- channel-identifier: 'Serial TNC'
# port-path: /dev/<YOUR TNC SERIAL PATH>
# port-baud: 9600

## TCP/IP TNC connections
tcp-connections:
Expand Down

0 comments on commit 249f622

Please sign in to comment.