8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b21f7 commit 19261c0Copy full SHA for 19261c0
tools/common.sh
@@ -40,7 +40,7 @@ function build_sketches()
40
local build_arg=$3
41
local build_dir=build.tmp
42
mkdir -p $build_dir
43
- local build_cmd="python tools/build.py -b generic -v -k -p $PWD/$build_dir $build_arg "
+ local build_cmd="python tools/build.py -b esp32 -v -k -p $PWD/$build_dir $build_arg "
44
local sketches=$(find $srcpath -name *.ino)
45
print_size_info >size.log
46
export ARDUINO_IDE_PATH=$arduino
0 commit comments