Correct ACTION_WRITE
This commit is contained in:
parent
abbdd47c9d
commit
f2d59fac94
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ MAC = "DC:0D:30:9C:61:BA"
|
||||||
# read_service = "0000fff0-0000-1000-8000-00805f9b34fb"
|
# read_service = "0000fff0-0000-1000-8000-00805f9b34fb"
|
||||||
|
|
||||||
ACTION_READ = 0x03
|
ACTION_READ = 0x03
|
||||||
ACTION_WRITE = 0x03
|
ACTION_WRITE = 0x06
|
||||||
|
|
||||||
POSSIBLE_MARKER = (0x01, 0xFD, 0xFE, 0xFF)
|
POSSIBLE_MARKER = (0x01, 0xFD, 0xFE, 0xFF)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue