We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Export compiled Binary' should place a .bin file into my project folder.
This works as expected using 1.0.6, however does not work with alpha1. Both compile fine without error.
Arduino IDE + alpha1 Windows 10
In the meantime, I can still locate the .bin file here: C:\Users\X\AppData\Local\Temp\arduino_build_XXXX\
C:\Users\X\AppData\Local\Temp\arduino_build_XXXX\
The text was updated successfully, but these errors were encountered:
Faced the same issue with the latest Version, get a slightly older commit and it works fine.
use this in your platform.ini:
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#7856de7 toolchain-xtensa32 @ ~2.80400.0
Sorry, something went wrong.
Adding build.mcu to save name killed export. reverting. fixes espress…
78b9557
…if#5174
955675e
No branches or pull requests
'Export compiled Binary' should place a .bin file into my project folder.
This works as expected using 1.0.6, however does not work with alpha1. Both compile fine without error.
In the meantime, I can still locate the .bin file here:
C:\Users\X\AppData\Local\Temp\arduino_build_XXXX\
The text was updated successfully, but these errors were encountered: