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 Nov 14, 2023
1 parent a463332 commit a1b35e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ nextcol:
colpos++;
if (iob == '\n' || iob == '\r') {
// end of line
if (colpos < numa) {
if (colpos <= numa) {
// empty column
curpos = colpos - coffs;
fval = 0;
Expand Down

0 comments on commit a1b35e4

Please sign in to comment.