Last active
November 14, 2023 18:40
-
-
Save gyillikci/f7076291b5cb17fca711e0723e769ad7 to your computer and use it in GitHub Desktop.
arduino-cli compile and upload steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/dbox/mcu | |
../../arduino-cli compile --fqbn esp32:esp32:tamc_termod_s3 -v | |
../../arduino-cli upload -p /dev/ttyACM0 --fqbn esp32:esp32:tamc_termod_s3 -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment