About 785,000 results
Open links in new tab
  1. json - How do I change the path where Platformio is looking for …

    Sep 8, 2023 · How do I change the path that platformio is using to find the platformio.exe file? I have tried reinstalling vscode, platformio, deleting the .platformio folder, adding the custom …

  2. Which board to select for ESP32-S3-WROOM in PlatformIO?

    Nov 11, 2023 · I have an ESP32-S3-WROOM-1U and would like to use PlatformIO with vscode to program it, what board do I need to set in the platformio.ini file? I've tried: [env:esp32s3box] …

  3. arduino - Platformio which ESP32 board to pick - Stack Overflow

    Dec 7, 2022 · Hello and happy holiday to all I am using platformio for an arduino project for the first time. I have purchased this ESP32 borad: EC Buying ESP32-DevKitC Development Board …

  4. Error: "In included file: 'avr/pgmspace.h' file not found (clang pp ...

    Apr 4, 2023 · I'm trying to add code completion to my Neovim to program some stuff with Platform.io but clang doesn't recognize the Arduino.h import and blames the avr/pgmspace.h …

  5. How to use "include" directory in PlatformIO correctly?

    Nov 24, 2024 · How to use "include" directory in PlatformIO correctly? Asked 11 months ago Modified 11 months ago Viewed 282 times

  6. Debugging esp32c3 with platform.io is not working - Stack Overflow

    Jan 20, 2025 · Already up-to-date. But this was still installing an old version of tool-openocd-esp32 after updating platformio.ini with [env:seeed_xiao_esp32c3] platform = espressif32 …

  7. How to change default baud rate of serial monitor in VSCode with ...

    2 I have opened two projects in the platformio. If you continue to get a default baud rate of 9600 in platformio, even though you set monitor_speed=115200 in platform.ini file, check the button …

  8. c++ - PlatformIO on VSCode not compiling: collect2.exe: error: ld ...

    Nov 10, 2020 · The terminal process "C:\Users\lloyd\.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload'" terminated with exit code: 1. I started to debug and realized that even with …

  9. PlatformIO - how to use own library files in project folder

    Nov 15, 2024 · I’m using VSCode with PlatformIO, and my application compiles and runs, but my Git repo is missing the Library. I need to move the library files into the project folder, but can’t …

  10. platformio - How to fix - could not open port …

    Mar 7, 2021 · In your platformio.ini file, set the upload_port and monitor_port to the COM port to which your ESP32 is connected. e.g., [env:esp32dev] platform = espressif32 board = …