Custom board file 4.3Esp32 HMI Display
Where i can get the "esp32-s3-devkitc-1-myboard.json" for platformio?
i am trying upload default example for platformio from here: https://www.elecrow.com/wiki/4.3_inch_ESP32_Display_PlatformIO_Tutorial.html
Jist default example. Without any modifications. Python installed, platformio installed and updated.
But the tutorial clearly states, "Add the custom board to the directory in the figure below." What does "Add" mean? Just an empty file? Copy it?
In another thread, it was mentioned that "platformio will generate it." At what point is it supposed to generate it? From what data will it generate it? I can't even get a simple Serial.println("Hello World") to work. Because the file is nowhere to be found. And if I copy it from esp32-s3-devkitc-1.json, an error occurs stating that the firmware file size is incorrect.
Please share this file. I'm very nervous about this.
Comments
Hello @assada
Sorry for the inconvenience caused. Please check the json file below:
It works! Thank you very much!
Please add the file to the tutorial page...