diff --git a/ant/ant_driver.c b/ant/ant_driver.c index 5332ac32..1453bc8d 100644 --- a/ant/ant_driver.c +++ b/ant/ant_driver.c @@ -67,7 +67,7 @@ _configure_channel(uint8_t channel,const hlo_ant_channel_phy_t * phy, const hlo ret += sd_ant_channel_id_set(channel, device->device_number, device->device_type, device->transmit_type); ret += sd_ant_channel_low_priority_rx_search_timeout_set(channel, 0xFF); ret += sd_ant_channel_rx_search_timeout_set(channel, 0); - ret += sd_ant_channel_radio_tx_power_set(channel, RADIO_TX_POWER_LVL_2, 0); + ret += sd_ant_channel_radio_tx_power_set(channel, RADIO_TX_POWER_LVL_3, 0); return ret; } static int diff --git a/common/app_info.h b/common/app_info.h index efee1c0e..2ab5b79c 100644 --- a/common/app_info.h +++ b/common/app_info.h @@ -3,10 +3,10 @@ * A place to put all common defines */ //make sure the FW_VERSION_STRING fits in MorpheusCommand.top_version (16 bytes) -#define FW_VERSION_STRING "1.7.1" +#define FW_VERSION_STRING "1.7.2" //pill only -#define FIRMWARE_VERSION_8BIT (0x47) +#define FIRMWARE_VERSION_8BIT (0x48) #define BLE_SIG_COMPANY_ID 1002