From e9a4fd63ea6aa6971c1316202578a5044b612325 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Wed, 3 Jun 2020 11:32:03 +0200 Subject: [PATCH] No high input calibration for now --- sa_core.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sa_core.c b/sa_core.c index ce5bd7a..ba67c9b 100644 --- a/sa_core.c +++ b/sa_core.c @@ -2370,6 +2370,8 @@ void calibrate(void) chThdSleepMilliseconds(1000); } } +#if 0 // No high input calibration as CAL OUTPUT is unreliable + i = 12; // Measure 270MHz in low mode set_RBW(100); test_prepare(i); @@ -2394,6 +2396,10 @@ void calibrate(void) set_actual_power(last_peak_level); chThdSleepMilliseconds(1000); } + +#endif + + config_save(); ili9341_set_foreground(BRIGHT_COLOR_GREEN); ili9341_drawstring_7x13("Calibration complete", 30, 120); quit: