Error during build: unable to read contents of the source item: open C:\Users\Gabe Roper\Documents\Arduino\simple_esp32_audio\.build\compile_commands.json: The system cannot find the file specified. Used platform Version Path esp32:esp32 2.0.3 C:\Users\Gabe Roper\AppData\Local\Arduino15\p...
Access to C:.espressif\tools\ninja\1.10.2: true Access to C:.espressif\tools\idf-exe\1.0.3: true Access to C:.espressif\tools\ccache\4.6.2\ccache-4.6.2-windows-x86_64: true Access to C:.espressif\tools\dfu-util\0.9\dfu-util-0.9-win64: true Access to C:.espressif\tools\esp-rom-...
Before trying to upload a new code, you should check the connections with a multimeter in continuity mode – check that you haven’t inadvertently solder anything to the next pin. If everything is soldered properly, you won’t need to press the BOOT button when uploading new code. You...
I just checked another AI Thinker module C312F with 2MB flash, that I have reflashed many times, but am not seeing this message. I use Visual Studio Code + PlatformIO with arduino framework, maybe the packages were updated. GDM.VA
If i start my own project via VScode/platformIO, i cant build it : Executing action: all (aliases: build) Running ninja in directory c:\repos\esp-idf\firmware\build Executing "ninja all"... [1/6] cmd.exe /C "cd /D C:\repos\esp-idf\Firmware\build\esp-...***" Partition table...
BTW, if you're using Platformio to build ESPUI then post any warning/error messages. If you are using the Arduino IDE then I probably won't be able to help (I don't use Arduino). Thomas Exellent1988commentedMar 30, 2022• edited ...
Should I apply the padding after the build process manually by èxecuting? Probably this parthttps://github.com/platformio/platform-espressif32/blob/07820cf6f46d2b0fb564d7c20358dd4c2e1fe255/builder/main.py#L271needs the relevant update for--secure-pad-v2. You may note down originalelf2imag...
$ platformio debug --environment nano_33_iot Warning! `src_filter` configuration option in section [env] is deprecated and will be removed in the next release! Please use `build_src_filter` instead Warning! `src_filter` configuration option in section [env] is deprecated and will be removed...
@asushugo can you please share your platformio.ini? I tried: [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.6 monitor_speed = 115200 board_build.partiti...
Issue Type: Bug After an update on v.0.4.4 I have this error : Failed to open serial port COM10 due to error: + Error: spawn UNKNOWN before update VS Code version: 1.59.1, all work fine with 1.59.0 and extension v,0,4,3 Extension version...