diff --git a/bin/version.sh b/bin/version.sh
index 983aa7670..e5d09d9aa 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 10122ac91..8de342592 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 01f368053..93e3408a1 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