From 0d62a2be85731fdb1ba995b8e7488bb57317afaa Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 14 Mar 2020 18:48:15 -0700 Subject: [PATCH] release 0.1.6 --- bin/version.sh | 2 +- release/latest/curfirmwareversion.xml | 2 +- src/configuration.h | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bin/version.sh b/bin/version.sh index 983aa7670e..e5d09d9aaa 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1,3 +1,3 @@ -export VERSION=0.1.5 \ No newline at end of file +export VERSION=0.1.6 \ No newline at end of file diff --git a/release/latest/curfirmwareversion.xml b/release/latest/curfirmwareversion.xml index 10122ac917..8de342592f 100644 --- a/release/latest/curfirmwareversion.xml +++ b/release/latest/curfirmwareversion.xml @@ -5,5 +5,5 @@ release. It is used by the android app for forcing software updates. Do not ed Generated by bin/buildall.sh --> - 0.1.5 + 0.1.6 diff --git a/src/configuration.h b/src/configuration.h index 01f3680530..93e3408a15 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -41,8 +41,8 @@ along with this program. If not, see . // Select which board is being used. If the outside build environment has sent a choice, just use that #if !defined(T_BEAM_V10) && !defined(HELTEC_LORA32) -// #define T_BEAM_V10 // AKA Rev1 (second board released) -#define HELTEC_LORA32 +#define T_BEAM_V10 // AKA Rev1 (second board released) +// #define HELTEC_LORA32 #define HW_VERSION_US // We encode the hardware freq range in the hw version string, so sw update can eventually install the correct build #endif @@ -108,6 +108,8 @@ along with this program. If not, see . #define BICOLOR_DISPLAY // we have yellow at the top 16 lines +// #define BUTTON_NEED_PULLUP // if set we need to turn on the internal CPU pullup during sleep + #define I2C_SDA 21 #define I2C_SCL 22