mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
commit
186aef0ad4
@ -9982,6 +9982,7 @@ exgc:
|
||||
if (!ind.bits.constant && glob_script_mem.type[ind.index].bits.is_filter) {
|
||||
// is 1. array
|
||||
lp = slp;
|
||||
max_entries = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -10068,6 +10069,7 @@ exgc:
|
||||
//goto nextwebline;
|
||||
}
|
||||
} else {
|
||||
|
||||
// we need to fetch the labels now
|
||||
WSContentSend_P(SCRIPT_MSG_GTABLEa);
|
||||
lp = gc_send_labels(lp, anum);
|
||||
@ -10121,7 +10123,6 @@ exgc:
|
||||
divflg = entries / segments;
|
||||
if (!divflg) divflg = 1;
|
||||
}
|
||||
|
||||
uint32_t aind = ipos;
|
||||
if (aind >= entries) aind = entries - 1;
|
||||
for (uint32_t cnt = 0; cnt < entries; cnt++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user