You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files from esp32-arduino-lib-builder/out I moved into arduino-esp32 folder with replace.
As result with git diff can see there is difference between sdkconfig files.
Also I'm facing weird problem with platformio build:
*** [.pio/build/esp32dev/bootloader.bin] Source`/home/user/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/bin/bootloader__80m.elf' not found, needed by target `.pio/build/esp32dev/bootloader.bin'.
Can this happens because I have board_build.flash_mode = qio in my platfomio.ini ?
Can you kindly assist with difference in sdkconfig files?
I want to debug if my library works almost same as default one, however it's not possible with so many changes
The text was updated successfully, but these errors were encountered:
I tried to do test build on my Arch-linux
Files from
esp32-arduino-lib-builder/out
I moved into arduino-esp32 folder with replace.As result with git diff can see there is difference between
sdkconfig
files.Also I'm facing weird problem with platformio build:
Can this happens because I have
board_build.flash_mode = qio
in myplatfomio.ini
?platform.ini
file:Can you kindly assist with difference in
sdkconfig
files?I want to debug if my library works almost same as default one, however it's not possible with so many changes
The text was updated successfully, but these errors were encountered: