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
Hello. I have a question about the last step: cp -a out/* ~/Arduino/hardware/espresssif/esp32/
cp -a out/* ~/Arduino/hardware/espresssif/esp32/
Is this location for OS X? This directory doesn't exist.
I'm trying to install the out files as shown below:
cd /Users/diegoaguilera/Library/Arduino15/packages/esp32/hardware/esp32/2.0.2 scp [email protected]:arduinoLibBuilder/esp32-arduino-lib-builder/out/platform.txt . cd tools scp -r [email protected]:arduinoLibBuilder/esp32-arduino-lib-builder/out/tools/sdk . scp [email protected]:arduinoLibBuilder/esp32-arduino-lib-builder/out/tools/esptool.py . scp [email protected]:arduinoLibBuilder/esp32-arduino-lib-builder/out/tools/gen_esp32part.py . scp [email protected]:arduinoLibBuilder/esp32-arduino-lib-builder/out/tools/platformio-build-*.py .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. I have a question about the last step:
cp -a out/* ~/Arduino/hardware/espresssif/esp32/
Is this location for OS X? This directory doesn't exist.
I'm trying to install the out files as shown below:
The text was updated successfully, but these errors were encountered: