Skip to content

Commit

Permalink
Update xdrv_10_scripter.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
gemu2015 committed Jan 7, 2024
1 parent c4162f6 commit d5e3826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3813,6 +3813,7 @@ extern void W8960_SetGain(uint8_t sel, uint16_t value);
bool match = false;
uint8_t dstrlen = strlen(delim);
if (glob_script_mem.file_flags[find].is_open) {
glob_script_mem.files[find].seek(0, SeekSet);
uint8_t first = 0;
uint8_t clen = 0;
while (glob_script_mem.files[find].available()) {
Expand Down

0 comments on commit d5e3826

Please sign in to comment.