From 249f622f82718ae2450df9b8b6e911116bbdbc0e Mon Sep 17 00:00:00 2001 From: Bradley Clayton Date: Sun, 5 Mar 2023 21:55:38 +1100 Subject: [PATCH] Updated the version and removed the serial configration so that PakCatt starts with little to no configuration changes. --- pom.xml | 2 +- src/main/resources/application.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ff0dfbf..f6417b4 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.squarepolka pakcatt - 0.2 + 0.3 pakcatt A contemporary packet radio service diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b3229ab..e5fdc9d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -51,9 +51,9 @@ pakcatt: tnc: ## Serial port / TNC configuration serial-connections: - - channel-identifier: 'Serial TNC' - port-path: /dev/ - port-baud: 9600 + #- channel-identifier: 'Serial TNC' + # port-path: /dev/ + # port-baud: 9600 ## TCP/IP TNC connections tcp-connections: