aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Hart2021-09-20 14:18:45 -0500
committerGabriel Hart2021-09-20 14:18:45 -0500
commite0c04a9d8a3947443e0303238234cbfc8da7718c (patch)
tree5d0fd33c15c9154b05162950b200729c8160a8e9
parentSP10 Pro: use dynamic PWM, add hidden firefly, adjust candle amplitude, and t... (diff)
downloadanduril-e0c04a9d8a3947443e0303238234cbfc8da7718c.tar.gz
anduril-e0c04a9d8a3947443e0303238234cbfc8da7718c.tar.bz2
anduril-e0c04a9d8a3947443e0303238234cbfc8da7718c.zip
SP10 Pro: lower AA LVP to 0.7v
-rw-r--r--hwdef-Sofirn_SP10-Pro.h2
-rw-r--r--spaghetti-monster/anduril/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/hwdef-Sofirn_SP10-Pro.h b/hwdef-Sofirn_SP10-Pro.h
index 4691d04..5ed716d 100644
--- a/hwdef-Sofirn_SP10-Pro.h
+++ b/hwdef-Sofirn_SP10-Pro.h
@@ -54,7 +54,7 @@ PA1 : Boost Enable
#define USE_VOLTAGE_DIVIDER // use a dedicated pin, not VCC, because VCC input is flattened
#define DUAL_VOLTAGE_FLOOR 20 // for AA/14500 boost drivers, don't indicate low voltage if below this level
-#define DUAL_VOLTAGE_LOW_LOW 8 // the lower voltage range's danger zone 0.8 volts (NiMH)
+#define DUAL_VOLTAGE_LOW_LOW 7 // the lower voltage range's danger zone 0.7 volts (NiMH)
#define ADMUX_VOLTAGE_DIVIDER ADC_MUXPOS_AIN9_gc // which ADC channel to read
// Raw ADC readings at 4.4V and 2.2V
diff --git a/spaghetti-monster/anduril/version.h b/spaghetti-monster/anduril/version.h
index 82d6a9f..0da142b 100644
--- a/spaghetti-monster/anduril/version.h
+++ b/spaghetti-monster/anduril/version.h
@@ -1 +1 @@
-#define VERSION_NUMBER "20210919"
+#define VERSION_NUMBER "20210920"