# PlatformIO ESP-MDF example V2
This project provides a base example for the usage of ESP-MDF within PlatformIO. This example superseedes https://github.com/maxgerhardt/pio-mdf-example.
Refer to esp-mdf. This is the "get started" example, which lets two or more nodes communicate with each other. There is one root node and 1 or more non-root nodes.
To configure a device to be a root or non-root device, execute the menuconfig configuration per docs. Also see possible caveat for menu navigation.
All other configurable settings for the components reside there, too, e.g. for (mcommon or mwifi)
All ESP-MDF code present is a momentary snapshot at esp-mdf@354d0bf (17 Oct 2023).
All ESP-MDF code has the 'ESPRESSIF MIT License'.