firmata: comment on default rx/tx characteristics with BLE connected microcontrollers
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
bfddff19b1
commit
0577566617
|
@ -7,7 +7,10 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
ReceiveID = "6e400003b5a3f393e0a9e50e24dcca9e"
|
||||
// ReceiveID is the BLE characteristic ID for receiving serial data
|
||||
ReceiveID = "6e400003b5a3f393e0a9e50e24dcca9e"
|
||||
|
||||
// TransmitID is the BLE characteristic ID for transmitting serial data
|
||||
TransmitID = "6e400002b5a3f393e0a9e50e24dcca9e"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue