You can very easily create one PlatformIO project that has one or more environments that compile to different firmwares, by excluding or including source files for one firmware or the other. This is done by using build_src_filter
.
See e.g.
You can very easily create one PlatformIO project that has one or more environments that compile to different firmwares, by excluding or including source files for one firmware or the other. This is done by using build_src_filter
.
See e.g.