mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 19:38:34 +00:00
Update compile_sim.cmd
Specialised for testing Vivoactive3 under release conditions in order to check we are not running out of memory.
This commit is contained in:
@ -28,7 +28,8 @@ set SDK_PATH=%SDK_PATH:~0,-1%\bin
|
|||||||
rem Assume we can create and use this directory
|
rem Assume we can create and use this directory
|
||||||
set DEST=export
|
set DEST=export
|
||||||
rem Device for simulation
|
rem Device for simulation
|
||||||
set DEVICE=venu2
|
rem set DEVICE=venu2
|
||||||
|
set DEVICE=vivoactive3
|
||||||
|
|
||||||
rem C:\>java -jar %SDK_PATH%\monkeybrains.jar -h
|
rem C:\>java -jar %SDK_PATH%\monkeybrains.jar -h
|
||||||
rem usage: monkeyc [-a <arg>] [-b <arg>] [--build-stats <arg>] [-c <arg>] [-d <arg>]
|
rem usage: monkeyc [-a <arg>] [-b <arg>] [--build-stats <arg>] [-c <arg>] [-d <arg>]
|
||||||
@ -100,7 +101,8 @@ rem Compile PRG for a single device for side loading
|
|||||||
--jungles %SRC%\monkey.jungle ^
|
--jungles %SRC%\monkey.jungle ^
|
||||||
--private-key %SRC%\..\developer_key ^
|
--private-key %SRC%\..\developer_key ^
|
||||||
--device %DEVICE%_sim ^
|
--device %DEVICE%_sim ^
|
||||||
--warn
|
--warn ^
|
||||||
|
--release
|
||||||
|
|
||||||
if %ERRORLEVEL% equ 0 (
|
if %ERRORLEVEL% equ 0 (
|
||||||
%SDK_PATH%\monkeydo.bat %SRC%\bin\HomeAssistant.prg %DEVICE%
|
%SDK_PATH%\monkeydo.bat %SRC%\bin\HomeAssistant.prg %DEVICE%
|
||||||
|
Reference in New Issue
Block a user