🔨 Better build, envs, tests

This commit is contained in:
Scott Lahteine
2023-12-15 18:47:34 -06:00
parent a53ad3b631
commit 550a30300d
97 changed files with 14228 additions and 12681 deletions

View File

@@ -8,6 +8,8 @@
[[ -d Marlin/src ]] || { echo "Please 'cd' to the Marlin repo root." ; exit 1 ; }
which pio || { echo "Make sure 'pio' is in your execution PATH." ; exit 1 ; }
perror() { echo -e "$0: \033[0;31m$1 -- $2\033[0m" ; }
errout() { echo -e "\033[0;31m$1\033[0m" ; }
bugout() { ((DEBUG)) && echo -e "\033[0;32m$1\033[0m" ; }