File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
export ARDUINO_INO_FILE=$PRODUCT_SOURCE_DIR /examples/$1 /$1 .ino
23
23
24
24
echo ==========================================================================================================
25
- echo Compiling $ARDUINO_INO_FILE (atmega328)
25
+ echo Compiling $ARDUINO_INO_FILE \ ( atmega328\ )
26
26
echo ==========================================================================================================
27
27
cd $PRODUCT_SOURCE_DIR /examples/$1
28
28
arduino-cli compile --fqbn " arduino:avr:nano:cpu=atmega328" " $1 .ino"
29
29
echo
30
30
echo
31
31
32
32
echo ==========================================================================================================
33
- echo Compiling $ARDUINO_INO_FILE (esp8266)
33
+ echo Compiling $ARDUINO_INO_FILE \ ( esp8266\ )
34
34
echo ==========================================================================================================
35
35
cd $PRODUCT_SOURCE_DIR /examples/$1
36
36
arduino-cli compile --fqbn " esp8266:esp8266:nodemcuv2" " $1 .ino"
37
37
echo
38
38
echo
39
39
40
40
echo ==========================================================================================================
41
- echo Compiling $ARDUINO_INO_FILE (esp32)
41
+ echo Compiling $ARDUINO_INO_FILE \ ( esp32\ )
42
42
echo ==========================================================================================================
43
43
cd $PRODUCT_SOURCE_DIR /examples/$1
44
44
arduino-cli compile --fqbn " esp32:esp32:esp32" " $1 .ino"
You can’t perform that action at this time.
0 commit comments