mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-16 11:35:44 +02:00
Fixed C++ includes (#518)
* Moved all files to the src folder * Removed all cpp includes; fixed by including the header file where needed * Fixed build scripts and machine.h * Removed temp file. sigh. Co-authored-by: Stefan de Bruijn <stefan@nubilosoft.com>
This commit is contained in:
@@ -15,7 +15,7 @@ Function BuildMachine($names) {
|
||||
}
|
||||
|
||||
# Build all the machines
|
||||
foreach ($filepath in Get-ChildItem -file .\Grbl_Esp32\Machines\*) {
|
||||
foreach ($filepath in Get-ChildItem -file .\Grbl_Esp32\src\Machines\*) {
|
||||
BuildMachine($filepath.name, "")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user