mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 10:23:19 +02:00
Oops, platformio.ini mod was wrong
This commit is contained in:
@@ -50,7 +50,7 @@ board_build.f_flash = 80000000L
|
||||
board_build.flash_mode = qio
|
||||
build_flags = ${common.build_flags}
|
||||
src_filter =
|
||||
+<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> +<src/> +<*/*.cpp>
|
||||
+<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> +<src/>
|
||||
-<.git/> -<data/> -<test/> -<tests/> -<Custom/>
|
||||
|
||||
[env:release]
|
||||
|
Reference in New Issue
Block a user