Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update input-handlers.md
  • Loading branch information
euphi authored Sep 23, 2017
commit 1e119961d27227f9130b83619a07d183f2a36226
2 changes: 1 addition & 1 deletion docs/advanced-usage/input-handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ For example, imagine you defined three input handlers: the global one, the node


!!! warning
Homie uses [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) for network communication that make uses of asynchronous from the ESP8266 framework for incoming network packets. Thus the input handler runs in a different task than the `loopHandler()`. So keep in mind that the network task may interrupt your loop at any time.
Homie uses [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) for network communication that make uses of asynchronous callback from the ESP8266 framework for incoming network packets. Thus the input handler runs in a different task than the `loopHandler()`. So keep in mind that the network task may interrupt your loop at any time.