mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
fix =d mode
This commit is contained in:
parent
650e882083
commit
f6b527d189
@ -1438,6 +1438,13 @@ void SML_Decode(uint8_t index) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// =d must handle dindex
|
||||
if (*mp == '=' && *(mp + 1) == 'd') {
|
||||
if (index != mindex) {
|
||||
dindex++;
|
||||
}
|
||||
}
|
||||
|
||||
if (index!=mindex) goto nextsect;
|
||||
|
||||
// start of serial source buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user