mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00

* sml ams crypto support * add ams library * fix crc names * fix TLS dependency * Update library.properties * Update xsns_53_sml.ino
6 lines
124 B
C++
6 lines
124 B
C++
#include "LlcParser.h"
|
|
|
|
int8_t LLCParser::parse(uint8_t *buf, DataParserContext &ctx) {
|
|
ctx.length -= 3;
|
|
return 3;
|
|
} |