Correct ACTION_WRITE

This commit is contained in:
Odd Stråbø 2023-12-08 20:51:58 +01:00
parent abbdd47c9d
commit f2d59fac94
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAC = "DC:0D:30:9C:61:BA"
# read_service = "0000fff0-0000-1000-8000-00805f9b34fb"
ACTION_READ = 0x03
ACTION_WRITE = 0x03
ACTION_WRITE = 0x06
POSSIBLE_MARKER = (0x01, 0xFD, 0xFE, 0xFF)