Skip to content

Commit 19261c0

Browse files
committed
fix build board for travis
1 parent b0b21f7 commit 19261c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function build_sketches()
4040
local build_arg=$3
4141
local build_dir=build.tmp
4242
mkdir -p $build_dir
43-
local build_cmd="python tools/build.py -b generic -v -k -p $PWD/$build_dir $build_arg "
43+
local build_cmd="python tools/build.py -b esp32 -v -k -p $PWD/$build_dir $build_arg "
4444
local sketches=$(find $srcpath -name *.ino)
4545
print_size_info >size.log
4646
export ARDUINO_IDE_PATH=$arduino

0 commit comments

Comments
 (0)