diff --git a/firmware/setup_linux_environment.sh b/firmware/setup_linux_environment.sh index 82df794616..ff5dd4775d 100755 --- a/firmware/setup_linux_environment.sh +++ b/firmware/setup_linux_environment.sh @@ -2,7 +2,7 @@ # # it's totally possible to develop on Windows. Also WSL is amazing! -# TL,DR: use gcc 9.3 +# TL,DR: use same gcc version as GitHub Actions from .github/workflows # # by the way to uninstall package with old compiler version you might use # sudo apt remove binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi