From 981e8849fc5ae488394b20ac2c44a881becc8154 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sat, 22 May 2021 00:28:18 +0200 Subject: [PATCH] Autobuild, fixed client path --- setup/autobuild/rrg/pm3-flash-all.bat | 2 +- setup/autobuild/rrg/pm3-flash-bootrom.bat | 2 +- setup/autobuild/rrg/pm3-flash-fullimage.bat | 2 +- setup/autobuild/rrg/pm3.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/autobuild/rrg/pm3-flash-all.bat b/setup/autobuild/rrg/pm3-flash-all.bat index 2da79383f..df3360c73 100644 --- a/setup/autobuild/rrg/pm3-flash-all.bat +++ b/setup/autobuild/rrg/pm3-flash-all.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-all COM3 diff --git a/setup/autobuild/rrg/pm3-flash-bootrom.bat b/setup/autobuild/rrg/pm3-flash-bootrom.bat index b1b5f5d53..2339f53c7 100644 --- a/setup/autobuild/rrg/pm3-flash-bootrom.bat +++ b/setup/autobuild/rrg/pm3-flash-bootrom.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-bootrom COM3 diff --git a/setup/autobuild/rrg/pm3-flash-fullimage.bat b/setup/autobuild/rrg/pm3-flash-fullimage.bat index 890c6b7d6..124cab61b 100644 --- a/setup/autobuild/rrg/pm3-flash-fullimage.bat +++ b/setup/autobuild/rrg/pm3-flash-fullimage.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-fullimage COM3 diff --git a/setup/autobuild/rrg/pm3.bat b/setup/autobuild/rrg/pm3.bat index baad5ce42..a35eb6661 100644 --- a/setup/autobuild/rrg/pm3.bat +++ b/setup/autobuild/rrg/pm3.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port use the -p parameter, example: ::bash pm3 -p COM3