mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-29 09:10:03 +02:00
Changed STATUS_ defines to enum class Error (#584)
* Changed STATUS_ defines to enum class Error * Added license blocks to new files * Suppress Compiling..Error.cpp build script output The filters that look for errors in the output were triggering on the filename Error.cpp
This commit is contained in:
@@ -10,7 +10,7 @@ Function BuildMachine($names) {
|
||||
$env:PLATFORMIO_BUILD_FLAGS = "-DMACHINE_FILENAME=$basename"
|
||||
$displayname = $basename
|
||||
Write-Output "Building machine $displayname"
|
||||
platformio run 2>&1 | Select-String error,Took
|
||||
platformio run 2>&1 | Select-String Compiling -NotMatch | Select-String error,Took
|
||||
Write-Output " "
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user