1
0

add a freq lockout range

This commit is contained in:
2026-02-21 22:11:44 +01:00
parent 21bd3700bc
commit e0d82c5995
2 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
import serial
import struct
import time
import time
def crc8(data: bytes) -> int:
crc = 0x00