.pioc file
Embedded Infastructure
Project Structure
Introduction
The platformio.pioc file is the central configurationhere file used to define build environments, dependencies, compiler flags, and project structure. It uses a format with sections and key-value pairs. It is similar to platformio.ini, which is ac...