Newer
Older
M5StickCPlus_FactoryTest2022 / SampleSrc / TestBuild / compile.sh
@motoki miura motoki miura on 6 Apr 2023 153 bytes use display
#!/bin/bash

# get folder name, and set to [dir] variable. 
dir=${PWD##*/}
arduino-cli compile --fqbn esp32:esp32:m5stick-c --export-binaries ${dir}.ino