mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-07 11:49:45 +00:00
Ported Kaifa class to Arduino. Reading list ID and time...
This commit is contained in:
@@ -15,7 +15,7 @@ namespace HanDebugger
|
||||
public const byte List2 = 0x0D;
|
||||
public const byte List3 = 0x12;
|
||||
|
||||
public static byte GetPackageID(byte[] package, int start, int length)
|
||||
public static byte GetListID(byte[] package, int start, int length)
|
||||
{
|
||||
switch (package[start + 23])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user