From 1e2c0fa568d4779d45e8cdd94a6229c2a8d626fe Mon Sep 17 00:00:00 2001 From: Edwin Pan Date: Wed, 5 Feb 2020 09:56:25 -0600 Subject: [PATCH 1/2] Adding extra parameter to frame config for 1843 lua script --- scripts/1843_mmwavestudio_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1843_mmwavestudio_config.lua b/scripts/1843_mmwavestudio_config.lua index 0a6f5f25..f068ddbc 100644 --- a/scripts/1843_mmwavestudio_config.lua +++ b/scripts/1843_mmwavestudio_config.lua @@ -82,7 +82,7 @@ ar1.ProfileConfig(0, START_FREQ, IDLE_TIME, ADC_START_TIME, RAMP_END_TIME, 0, 0, ar1.ChirpConfig(0, 0, 0, 0, 0, 0, 0, 1, 0, 0) ar1.ChirpConfig(1, 1, 0, 0, 0, 0, 0, 0, 0, 1) ar1.ChirpConfig(2, 2, 0, 0, 0, 0, 0, 0, 1, 0) -ar1.FrameConfig(START_CHIRP_TX, END_CHIRP_TX, NUM_FRAMES, CHIRP_LOOPS, PERIODICITY, 0, 1) +ar1.FrameConfig(START_CHIRP_TX, END_CHIRP_TX, NUM_FRAMES, CHIRP_LOOPS, PERIODICITY, 0, 0, 1) ------------------------------------- -------- ETHERNET STUFF -------- From 129dae67ad8024dd3c6fcb01d9303f40d220337c Mon Sep 17 00:00:00 2001 From: Edwin Pan Date: Wed, 5 Feb 2020 15:23:47 -0600 Subject: [PATCH 2/2] adding update for 1642 lua --- scripts/1642_mmwavestudio_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1642_mmwavestudio_config.lua b/scripts/1642_mmwavestudio_config.lua index e5813c87..23fbc164 100644 --- a/scripts/1642_mmwavestudio_config.lua +++ b/scripts/1642_mmwavestudio_config.lua @@ -84,7 +84,7 @@ ar1.ProfileConfig(0, START_FREQ, IDLE_TIME, ADC_START_TIME, RAMP_END_TIME, 0, 0, ar1.ChirpConfig(0, 0, 0, 0, 0, 0, 0, 1, 0, 0) ar1.ChirpConfig(1, 1, 0, 0, 0, 0, 0, 0, 1, 0) -- ar1.ChirpConfig(2, 2, 0, 0, 0, 0, 0, 0, 1, 0) -ar1.FrameConfig(START_CHIRP_TX, END_CHIRP_TX, NUM_FRAMES, CHIRP_LOOPS, PERIODICITY, 0, 1) +ar1.FrameConfig(START_CHIRP_TX, END_CHIRP_TX, NUM_FRAMES, CHIRP_LOOPS, PERIODICITY, 0, 0, 1) ------------------------------------- -------- ETHERNET STUFF --------