add esp32 d1 mini fqbn as comment
This commit is contained in:
parent
26f0939cc6
commit
d97a220f42
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ test -z $TTY && TTY="/dev/ttyUSB0"
|
|||
test -z $IP && IP="192.168.4.20"
|
||||
test -z $VER && VER="0.2-dev"
|
||||
test -z $BOARD && BOARD="esp8266:esp8266:d1_mini_clone"
|
||||
|
||||
#test -z $BOARD && BOARD="esp32:esp32:d1_mini32"
|
||||
BUILD="$(git rev-parse --short HEAD)-$(echo $BOARD | cut -d : -f1)-$(date '+%Y%m%d%H%M%S')"
|
||||
|
||||
ACLI="$HOME/.local/bin/arduino-cli"
|
||||
|
|
Loading…
Reference in a new issue