mirror of https://github.com/arendst/Tasmota.git
add gcm frame variant (#17964)
This commit is contained in:
parent
774fbfef92
commit
19b183cbee
|
@ -51,6 +51,10 @@ int8_t GCMParser::parse(uint8_t *d, DataParserContext &ctx) {
|
|||
ptr += 3;
|
||||
headersize += 3;
|
||||
} else if(((*ptr) & 0xFF) == 0x4f) {
|
||||
// ???????? single frame did only decode with this compare
|
||||
ptr++;
|
||||
headersize++;
|
||||
} else if(((*ptr) & 0xFF) == 0x5e) {
|
||||
// ???????? single frame did only decode with this compare
|
||||
ptr++;
|
||||
headersize++;
|
||||
|
|
Loading…
Reference in New Issue