Signal KSK
Signal K2y ago
3 replies
Matti Airas

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:

./run build


that, for example, will build both the frontend and the actual C++ project, or

./run upload_monitor


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.
Was this page helpful?