Categorygithub.com/GabrielBG99/nodemcu-cli
repositorypackage
0.1.0
Repository: https://github.com/gabrielbg99/nodemcu-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

NodeMCU-CLI

A CLI to assist in the development of embedded systems using nodemcu firmware

With this CLI, you can easily upload lua code to your NodeMCU board and update it's firmware.

Instalation

  • Clone this repository;
  • Run "sudo make"; and
  • Run "nodemcu help" to see the list of available commands.

TODO

  • Enable custom firmware build;
  • Improve documentation;