Hi,
I’m new in PIO and I want to migrate to PlatformIO with a project I worked with Visual Micro in Visual Studio.
The Structure is ruffly like this:
Project
|
- Documentation
- Parts
- SRC
- Android APP
- PIO-Project1
- PIO-Project2 (a defined MOCK)
- SPIKES
- PIO3
- PIO4
All is in one git-Repo.
How can I mange that with PlarformIO without go in the Project-Folder of PlatformIO? Within the Arduino-Folders I have no problem that each of it is in the structure of PlatformIO. But above…no idea how to manage it.
The project I want to swith is this GitHub - RollingGecko/OpenCgScale
THX for any help.