Andi Dittrich

Results 134 comments of Andi Dittrich

by using linux, you didn't need to install it with sudo as root (full global installation). you can set the `--unsafe-perm` to the install command..that should work

Hi @ellenfel , the issue template contains some questions / required debug informations. please check them first as well as the docs related to https://github.com/AndiDittrich/NodeMCU-Tool/blob/master/docs/Reset_on_Connect.md

the uart module is required for NodeMCU-Tool - the whole communication is based on messages terminated by `\n` - it would require a lot rework to change this (of course,...

HI @czenker thanks for your report. a reset during connection is not projected to be handled by the library. imho the only reliable solution is to wrap the file transfer...

ok. the underlying library was never intended to be used as regular library.

thanks, i've added a usage notice

Hi @jayu , the main issue with such feature is that most nodemcu users are not able to install/setup a full toolchain (which is also platform depended) - therefore i've...

thanks @jamsinclair - i'll check this soon but the update might take a while

in case you want upload files with nodemcu-tool there is the `keeppath` option available. ## Example ## ``` $ ./nodemcu-tool upload --keeppath http/* [NodeMCU-Tool]~ Connected [device] ~ Arch: esp8266 |...

Hi @leopinnheiro regarding chalk, colors or other styling libraries: they can be used within the format option (see examples) animation libraries are quite difficult to integrated, because cli-progress requires full...