Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19261c0

Browse filesBrowse files
committed
fix build board for travis
1 parent b0b21f7 commit 19261c0
Copy full SHA for 19261c0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tools/common.sh

Copy file name to clipboardExpand all lines: tools/common.sh
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.