Skip to content

Commit

Permalink
release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Mar 15, 2020
1 parent 9c971d3 commit 0d62a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export VERSION=0.1.5
export VERSION=0.1.6
2 changes: 1 addition & 1 deletion release/latest/curfirmwareversion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ release. It is used by the android app for forcing software updates. Do not ed
Generated by bin/buildall.sh -->

<resources>
<string name="cur_firmware_version">0.1.5</string>
<string name="cur_firmware_version">0.1.6</string>
</resources>
6 changes: 4 additions & 2 deletions src/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

// 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
Expand Down Expand Up @@ -108,6 +108,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#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

Expand Down

0 comments on commit 0d62a2b

Please sign in to comment.