Skip to content

Instantly share code, notes, and snippets.

@gyillikci
Last active November 14, 2023 18:40
Show Gist options
  • Save gyillikci/f7076291b5cb17fca711e0723e769ad7 to your computer and use it in GitHub Desktop.
Save gyillikci/f7076291b5cb17fca711e0723e769ad7 to your computer and use it in GitHub Desktop.
arduino-cli compile and upload steps
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