mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-04-21 05:54:37 +02:00
7 lines
81 B
Go
7 lines
81 B
Go
//go:build !(freebsd && amd64)
|
|
package cmdModbus
|
|
|
|
const (
|
|
DefaultPort = "502"
|
|
)
|