diff options
| -rw-r--r-- | spaghetti-monster/anduril/MODELS | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/version.h | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/MODELS b/spaghetti-monster/anduril/MODELS index 0fee10c..329cc4d 100644 --- a/spaghetti-monster/anduril/MODELS +++ b/spaghetti-monster/anduril/MODELS @@ -51,7 +51,7 @@ Model Name MCU 0441 ff-e01 attiny85 0511 mateminco-mf01s attiny85 0521 mateminco-mf01-mini attiny85 -0531 mateminco-mf35-mini attiny85 +0531 mateminco-mt35-mini attiny85 0611 blf-q8 attiny85 0612 sofirn-sp36 attiny85 0613 blf-q8-t1616 attiny1616 diff --git a/spaghetti-monster/anduril/version.h b/spaghetti-monster/anduril/version.h index 4e20d1d..8cf3c90 100644 --- a/spaghetti-monster/anduril/version.h +++ b/spaghetti-monster/anduril/version.h @@ -1 +1,4 @@ -#define VERSION_NUMBER "20220413" +// this file is replaced automatically by the build script +// set your own date here if you're not using the build script +// otherwise, default to first human contact with the moon +#define VERSION_NUMBER "19690720" |
