More organization - need to use the new flow for probing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Package constvar will hold constants and vars for communication
|
||||
package constvar
|
||||
|
||||
const (
|
||||
StartOfText = 0x02
|
||||
EndOfText = 0x03
|
||||
ACK = 0x06
|
||||
)
|
||||
Reference in New Issue
Block a user