Skip to content

Commit

Permalink
added node.js module usage notice
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Feb 17, 2021
1 parent 0a5a91a commit d967c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ProgrammaticUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ Node.js based Application
It's possible to use the underlying "NodeMcuConnector" in your own Node.js projects to communicate with a NodeMCU based device.
For more details, take a look into the [sources](https://github.com/AndiDittrich/NodeMCU-Tool/tree/master/lib)!

> But please keep in mind that the low-level library was designed for cli-applications (single run) - internal state management of the transfer helpers is kept globally in the module - therefore it's only possible to communicate with a module as one-off action.
> Disconnect/reconnect won't work as expected!
> At the moment it's not projected to change this behaviour
### Low Level Connector Example ###

**Description** Run `node.compile()` on NodeMCU and display the output
Expand Down

0 comments on commit d967c00

Please sign in to comment.