Closed thisiskeithb closed 2 years ago
Fix/format platformio.ini so the project builds:
platformio.ini
src_filter
build_src_filter
Does version.h need to be bumped with these changes?
version.h
https://github.com/bigtreetech/MMU2-DIP/blob/97ecdc9618956517b28fbb3fb549f300d8ab0fa7/firmware/MMU2/src/version.h#L6-L7
Unnecessary
Description
Fix/format
platformio.ini
so the project builds:src_filter
will be deprecated in the next PIO release, so usebuild_src_filter
instead.