AndiDittrich / NodeMCU-Tool

:wrench: Upload + Manage Lua files on NodeMCU
https://www.npmjs.com/package/nodemcu-tool
MIT License
310 stars 54 forks source link

Add support for the dev-esp32-idf4 branch #94

Closed serg3295 closed 1 week ago

serg3295 commented 1 year ago

NodeMCU in the latest dev-esp32-idf4 branch moved file IO from the file module to the standard Lua io.

See Lua file functions moved to standard io module

This PR adds support for the dev-esp32-idf4 branch. Depending on the type of ESP, the appropriate set of commands is automatically selected.

I have tested this feature in the fork with already applied PRs

fix: upgrade prompt dep to fix non-existent property warning

Upgrade node-serialport dependency to v10 (Breaking Change)