From b5fa3880719f9cc3295b57a9e356c26c604eeff4 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 2 Apr 2021 14:09:38 -0600 Subject: re-numbered t1616 builds to reflect manufacturer better (all the Sofirn ones are pre-production builds intended to go on new Sofirn-produced hardware) --- spaghetti-monster/anduril/MODELS | 8 ++++---- spaghetti-monster/anduril/cfg-blf-lantern-t1616.h | 2 +- spaghetti-monster/anduril/cfg-blf-q8-t1616.h | 2 +- spaghetti-monster/anduril/cfg-sofirn-sp10s.h | 2 +- spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spaghetti-monster/anduril/MODELS b/spaghetti-monster/anduril/MODELS index db56136..13ce2e4 100644 --- a/spaghetti-monster/anduril/MODELS +++ b/spaghetti-monster/anduril/MODELS @@ -37,11 +37,11 @@ Model numbers: 0521 mateminco-mf01-mini 0611 blf-q8 0612 sofirn-sp36 +0613 blf-q8-t1616 +0614 sofirn-sp36-t1616 0621 blf-lantern -0622 sofirn-sp10s -0631 blf-q8-t1616 -0632 sofirn-sp36-t1616 -0633 blf-lantern-t1616 +0622 blf-lantern-t1616 +0631 sofirn-sp10s 1618 gchart-fet1-t1616 Duplicates: Missing: diff --git a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h index 7905eee..d602641 100644 --- a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h +++ b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h @@ -1,5 +1,5 @@ // BLF Lantern config options for Anduril using the Attiny1616 -#define MODEL_NUMBER "0633" +#define MODEL_NUMBER "0622" /* BLF Lantern pinout * PB0 is 5000K channel * PB1 is 3000K channel diff --git a/spaghetti-monster/anduril/cfg-blf-q8-t1616.h b/spaghetti-monster/anduril/cfg-blf-q8-t1616.h index e1e1598..73702a9 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8-t1616.h +++ b/spaghetti-monster/anduril/cfg-blf-q8-t1616.h @@ -1,5 +1,5 @@ // BLF Q8 config options for Anduril using the Attiny1616 -#define MODEL_NUMBER "0631" +#define MODEL_NUMBER "0613" #include "hwdef-BLF_Q8-T1616.h" // ATTINY: 1616 diff --git a/spaghetti-monster/anduril/cfg-sofirn-sp10s.h b/spaghetti-monster/anduril/cfg-sofirn-sp10s.h index 054b1db..99ed17d 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-sp10s.h +++ b/spaghetti-monster/anduril/cfg-sofirn-sp10s.h @@ -1,5 +1,5 @@ // gChart's custom SP10S driver config options for Anduril -#define MODEL_NUMBER "0622" +#define MODEL_NUMBER "0631" #include "hwdef-Sofirn_SP10S.h" // ATTINY: 1616 diff --git a/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h b/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h index 8eb7a5d..ce1c04a 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h +++ b/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h @@ -2,7 +2,7 @@ // same as the BLF Q8, mostly #include "cfg-blf-q8-t1616.h" #undef MODEL_NUMBER -#define MODEL_NUMBER "0632" +#define MODEL_NUMBER "0614" // ATTINY: 1616 // voltage readings were a little high with the Q8 value -- cgit v1.2.3