summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flash.c2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/flash.c b/flash.c
index bbe2707..c3bb0aa 100644
--- a/flash.c
+++ b/flash.c
@@ -714,7 +714,7 @@ static void initFlashValues(FlashStruct *mem)
mem->max_vout[i]=100.0;
mem->min_freq[i]=1.0;
mem->max_freq[i]=8e6;
- mem->min_pw[i]=25e-9;
+ mem->min_pw[i]=30e-9;
mem->max_pw[i]=1.0;
mem->min_rise_time[i]=50e-9;
mem->max_rise_time[i]=500e-9;
diff --git a/version.h b/version.h
index 2ed4a17..c361b10 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define FW_VERSION "6.4.29"
+#define FW_VERSION "6.4.30"
#define SCPI_version "1996.0"