mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-01-16 21:58:13 +01:00
7 lines
352 B
PowerShell
7 lines
352 B
PowerShell
# Remove the override of PLATFORMIO_BUILD_FLAGS
|
|
# This is useful if you were running build-all.ps1 and
|
|
# had to kill it with Ctrl-C, thus leaving
|
|
# PLATFORMIO_BUILD_FLAGS set to override the machine type.
|
|
# A clear-flags.sh equivalent is unnecessary, as build-all.sh
|
|
# does not set PLATFORMIO_BUILD_FLAGS globally
|
|
Remove-Item Env:PLATFORMIO_BUILD_FLAGS |