[pioneeravr] Update README with correct examples for port configuration. (#9589)

Fixes #1594.

Signed-off-by: Chris Carman <namraccr@gmail.com>
This commit is contained in:
Chris Carman 2020-12-31 06:17:55 -05:00 committed by GitHub
parent b6fbcfa523
commit 4e04bac010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ Configuration of serialAvr:
Example: Example:
``` ```
pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25", tcpPort="23" ] pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25" ]
pioneeravr:ipAvr:vsx921IP [ address="192.168.1.25", tcpPort=32 ]
pioneeravr:serialAvr:vsx921Serial [ serialPort="COM9" ] pioneeravr:serialAvr:vsx921Serial [ serialPort="COM9" ]
``` ```