PlatformIO Integration
bytebeam-esp-idf-sdk is available in Platform IO registry. See PlatformIO Registery for details.
You can install the SDK with PlatformIO GUI. We recommend installing the latest version of the SDK for this integration. Follow the below steps to install the SDK :)
Open the PlatformIO project. Go to PIO Home Libraries section and search for the bytebeam keyword. The bytebeam-esp-idf-sdk will pop up.
Go ahead select the latest version (say 1.0.1) and hit the Add to Project button.
You can install the SDK withpio pkg installcommand. We recommend installing the latest version of the SDK for this integration. Follow the below steps to install the SDK :)
- Open PlatformIO Core CLI.
- Change directory (cd) to the PlatformIO project where platformio.ini is located.
Note: You can mention the latest version (say 1.0.1) in the below command if applicable.
If installation is successfully done, output should be as follows.