Skip to content

Commit

Permalink
set ANT_INTERNAL as the default, bump versions for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Aug 20, 2015
1 parent 690322a commit b49030e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/version.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_STRING = 0.4.4-rc.5
VERSION_STRING = 0.4.4

# PRODUCT_FIRMWARE_VERSION reported by default
VERSION = 4
VERSION = 5

CFLAGS += -DSYSTEM_VERSION_STRING=$(VERSION_STRING)
2 changes: 1 addition & 1 deletion hal/src/photon/wlan_hal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ wlan_result_t wlan_connect_finalize()
}

int wlan_select_antenna_impl(WLanSelectAntenna_TypeDef antenna);
static WLanSelectAntenna_TypeDef antennaSelection = ANT_AUTO;
static WLanSelectAntenna_TypeDef antennaSelection = ANT_INTERNAL;
inline int wlan_refresh_antenna() { return wlan_select_antenna_impl(antennaSelection); }

int wlan_select_antenna(WLanSelectAntenna_TypeDef antenna)
Expand Down
2 changes: 1 addition & 1 deletion modules/photon/system-part1/import.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SYSTEM_PART1_MODULE_VERSION ?= 4
SYSTEM_PART1_MODULE_VERSION ?= 5
SYSTEM_PART1_MODULE_PATH ?= $(PROJECT_ROOT)/modules/photon/system-part1
include $(call rwildcard,$(SYSTEM_PART1_MODULE_PATH)/,include.mk)

Expand Down
2 changes: 1 addition & 1 deletion modules/photon/system-part2/import.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SYSTEM_PART2_MODULE_VERSION ?= 4
SYSTEM_PART2_MODULE_VERSION ?= 5
SYSTEM_PART2_MODULE_PATH ?= $(PROJECT_ROOT)/modules/photon/system-part2

ifeq ($(MINIMAL),y)
Expand Down

0 comments on commit b49030e

Please sign in to comment.