Open vijayflashbulb opened 1 year ago
The error message you encountered suggests that there is an issue with the value you provided for the -b or --board option when running the platformio init command. Specifically, it indicates that the board ID you provided, esp32-s3-devkitc-1-n16r8v, is invalid.
To resolve this issue, you can try the following steps:
Make sure you have the latest version of PlatformIO installed. You can update it using the following command: pip install -U platformio.
Double-check the correct board ID for your ESP32-S3 DevKit C board. You can find the list of supported boards by running the command platformio boards. Look for the appropriate board ID for your specific version of the ESP32-S3 DevKit C board.
Once you have the correct board ID, run the platformio init command again and ensure you provide the accurate board ID using the -b or --board option. For example: platformio init --board
If you continue to encounter issues, please provide more details about your setup, including the PlatformIO version, the exact command you're running, and any additional error messages you receive.
PIO Core Call Error: "Usage: platformio init [OPTIONS]\r\nTry 'platformio init -h' for help.\r\n\r\nError: Invalid value for '-b' / '--board':
esp32-s3-devkitc-1-n16r8v
. Please search for board ID usingplatformio boards
command"