1
0
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:
Mitch Bradley
2020-08-06 12:15:26 -10:00
parent 4c78684ab7
commit d857bdf665

View File

@@ -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]