Skip to content

Commit 4b8f6ca

Browse files
committed
Use packaged adb
1 parent b75f239 commit 4b8f6ca

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

extras/adb-wrapper

-5
This file was deleted.

platform.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,11 @@ tools.imgtool.flags=sign --key "{build.keys.keychain}/{build.keys.sign_key}" --e
199199
# ADB WRAPPER
200200
#
201201

202-
#tools.adb.path={runtime.tools.adb.path}
203-
# temp
204-
tools.adb.path={runtime.platform.path}/extras/
205-
tools.adb.cmd=adb-wrapper
202+
tools.adb.path={runtime.tools.adb.path}
203+
tools.adb.cmd=adb
206204
tools.adb.upload.params.verbose=-v
207205
tools.adb.upload.params.quiet=
208-
tools.adb.upload.pattern="{path}/{cmd}" flash "{build.path}/{build.project_name}.bin"
206+
tools.adb.upload.pattern="{path}/{cmd}" push "{build.path}/{build.project_name}.elf" "/tmp/arduino/m4-user-sketch.elf"
209207

210208
#
211209
# GDB (Debugger)

0 commit comments

Comments
 (0)