Platformio doesn't run on my computer, and so I tried to build it with the following command:
docker run --rm --mount type=bind,source="$(pwd)",target=/workspace -u id -u $USER:id -g $USER sglahn/platformio-core:latest run
But I am getting errors that something is missing in the platformio.ini file.
Could you add a short documentation on how to build the firmware?
Platformio doesn't run on my computer, and so I tried to build it with the following command:
docker run --rm --mount type=bind,source="$(pwd)",target=/workspace -uid -u $USER:id -g $USERsglahn/platformio-core:latest runBut I am getting errors that something is missing in the platformio.ini file.
Could you add a short documentation on how to build the firmware?