clean up configuration.h and add support for ttgo-lora-v1 boards

This commit is contained in:
geeksville
2020-03-27 16:55:19 -07:00
parent d1387be015
commit cf2aa37635
3 changed files with 53 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ ARCHIVEDIR=release/archive
rm -f $OUTDIR/firmware*
# build the named environment and copy the bins to the release directory
function do_build {
ENV_NAME=$1
echo "Building for $ENV_NAME with $PLATFORMIO_BUILD_FLAGS"
@@ -33,6 +34,7 @@ for COUNTRY in $COUNTRIES; do
export PLATFORMIO_BUILD_FLAGS="$COMMONOPTS"
do_build "ttgo-lora32-v1"
do_build "tbeam"
do_build "heltec"
done