mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// =d must handle dindex
|
||||||
|
if (*mp == '=' && *(mp + 1) == 'd') {
|
||||||
|
if (index != mindex) {
|
||||||
|
dindex++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (index!=mindex) goto nextsect;
|
if (index!=mindex) goto nextsect;
|
||||||
|
|
||||||
// start of serial source buffer
|
// start of serial source buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user