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 Dec 30, 2023
1 parent 82bbb34 commit 8b15d47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13113,6 +13113,10 @@ bool Xdrv10(uint32_t function)

case FUNC_NETWORK_UP:
break;

case FUNC_ACTIVE:
result = true;
break;
}
return result;
}
Expand Down

0 comments on commit 8b15d47

Please sign in to comment.