aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/rampingios/build-all.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-09-29 15:45:26 -0600
committerSelene ToyKeeper2018-09-29 15:45:26 -0600
commitc0d79d1f4151cd5a4b52167864c0c37422452bc9 (patch)
tree845bc3f523fe8bcabfd43687fd047eaf1d1241de /spaghetti-monster/rampingios/build-all.sh
parentAdded RampingIOS V3 manual from Phil Gold. (diff)
downloadanduril-c0d79d1f4151cd5a4b52167864c0c37422452bc9.tar.gz
anduril-c0d79d1f4151cd5a4b52167864c0c37422452bc9.tar.bz2
anduril-c0d79d1f4151cd5a4b52167864c0c37422452bc9.zip
Applied recent Anduril updates to RampingIOS V3:
- D4-219C build target. - Moon timing hint. - Better timing consistency on hold-from-off. - Fixed bug where changing ramp style could go to the wrong brightness level.
Diffstat (limited to '')
-rwxr-xr-xspaghetti-monster/rampingios/build-all.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/spaghetti-monster/rampingios/build-all.sh b/spaghetti-monster/rampingios/build-all.sh
index 42efce7..22597b7 100755
--- a/spaghetti-monster/rampingios/build-all.sh
+++ b/spaghetti-monster/rampingios/build-all.sh
@@ -8,8 +8,9 @@ for TARGET in \
EMISAR_D1 \
EMISAR_D1S \
EMISAR_D4 \
+ EMISAR_D4_219C \
EMISAR_D4S \
- EMISAR_D4S_219c \
+ EMISAR_D4S_219C \
; do
echo "===== $TARGET ====="
../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER"