Matti Airas - I've been using a helper script t...
I've been using a helper script to manage and build the SensESP v3 project. @Claude's DM question led me to realize I forgot to add the script to the repo. DOH. It's now there.
The run script includes a bunch of subcommands that you can execute like:
that, for example, will build both the frontend and the actual C++ project, or
that will first build and then upload and start the terminal console.
There are more commands available; have a look inside the script to see what's there and how to add new commands.
The run script includes a bunch of subcommands that you can execute like:
./run buildthat, for example, will build both the frontend and the actual C++ project, or
./run upload_monitorthat will first build and then upload and start the terminal console.
There are more commands available; have a look inside the script to see what's there and how to add new commands.