diff options
| author | Selene ToyKeeper | 2018-09-29 15:45:26 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-09-29 15:45:26 -0600 |
| commit | c0d79d1f4151cd5a4b52167864c0c37422452bc9 (patch) | |
| tree | 845bc3f523fe8bcabfd43687fd047eaf1d1241de /spaghetti-monster/rampingios/build-all.sh | |
| parent | Added RampingIOS V3 manual from Phil Gold. (diff) | |
| download | anduril-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-x | spaghetti-monster/rampingios/build-all.sh | 3 |
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" |
