From 369342fcd3f224c80f189954ff3344c8f34fc29f Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Fri, 1 Apr 2022 09:15:30 +0200 Subject: [PATCH] Small update --- .settings/language.settings.xml | 4 ++-- nanovna.h | 4 ++-- sa_core.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index 3920365..20cbd78 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/nanovna.h b/nanovna.h index 54614c3..5fb9917 100644 --- a/nanovna.h +++ b/nanovna.h @@ -18,7 +18,7 @@ */ #include "ch.h" -#ifdef TINYSA_F303 +//#ifdef TINYSA_F303 #ifdef TINYSA_F072 #error "Remove comment for #ifdef TINYSA_F303" #endif @@ -26,7 +26,7 @@ #define TINYSA4 #endif #define TINYSA4_PROTO -#endif +//#endif #ifdef TINYSA_F072 #ifdef TINYSA_F303 diff --git a/sa_core.c b/sa_core.c index 19cf2ae..d0488d9 100644 --- a/sa_core.c +++ b/sa_core.c @@ -4169,7 +4169,7 @@ static bool sweep(bool break_on_operation) ili9341_set_background(LCD_BG_COLOR); ili9341_fill(OFFSETX+pos, CHART_BOTTOM+1, WIDTH-pos, 1); - if (local_sweep_time > 10 * ONE_SECOND_TIME) { + if (local_sweep_time > 2 * ONE_SECOND_TIME) { plot_into_index(measured); redraw_request |= REDRAW_CELLS | REDRAW_BATTERY; // plot trace and other indications as raster