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