From: Bdale Garbee Date: Tue, 25 Apr 2017 02:04:37 +0000 (-0600) Subject: add telemini-v3.0 to list of binaries we stach in LLC repo for production use X-Git-Tag: 1.8~180 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=202d556241d56ec4a27f202575d6945dc09f9e03 add telemini-v3.0 to list of binaries we stach in LLC repo for production use --- diff --git a/Releasing b/Releasing index 7a87a48b..da4f46f8 100644 --- a/Releasing +++ b/Releasing @@ -77,6 +77,7 @@ These are Bdale's notes on how to do a release. src/telemega-v1.0/*.elf \ src/telemega-v2.0/*.elf \ src/telemetrum-v2.0/*.elf \ + src/telemini-v3.0/*.elf \ ~/altusmetrumllc/Binaries/ cp src/easymega-v1.0/flash-loader/*.elf \ src/easymini-v1.0/flash-loader/*.elf \ @@ -86,6 +87,7 @@ These are Bdale's notes on how to do a release. src/telemega-v1.0/flash-loader/*.elf \ src/telemega-v2.0/flash-loader/*.elf \ src/telemetrum-v2.0/flash-loader/*.elf \ + src/telemini-v3.0/flash-loader/*.elf \ ~/altusmetrumllc/Binaries/loaders/ (cd ~/altusmetrumllc ; git add Binaries ; git commit -a) (cd ~/altusmetrumllc ; git push)