We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e1136f + 0abfe8d commit 65fc6b4Copy full SHA for 65fc6b4
Firmware/compile_with_docker.bat
@@ -1,3 +1,6 @@
1
+::Uncomment "docker builder prune -f" below to clear the build cache
2
+::This will resolve issues with arduino-cli not being able to find the latest libraries
3
+::docker builder prune -f
4
docker build -t rtk_everywhere_firmware --no-cache-filter deployment .
5
docker create --name=rtk_everywhere rtk_everywhere_firmware:latest
6
docker cp rtk_everywhere:/RTK_Everywhere.ino.bin .
0 commit comments