Skip to content

Commit 627d5d9

Browse files
committed
Clean up the git commits for conflicting changes
1 parent d751cdf commit 627d5d9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

host/esp_hosted_host_fw_ver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#define __ESP_HOSTED_HOST_FW_VERSION_H__
1515

1616
#define ESP_HOSTED_VERSION_MAJOR_1 2
17-
#define ESP_HOSTED_VERSION_MINOR_1 6
18-
#define ESP_HOSTED_VERSION_PATCH_1 5
17+
#define ESP_HOSTED_VERSION_MINOR_1 7
18+
#define ESP_HOSTED_VERSION_PATCH_1 0
1919

2020
/**
2121
* Macro to convert version number into an integer

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.6.5"
1+
version: "2.7.0"
22
description: ESP-Hosted-MCU provide drivers to act any ESP chipset as Wi-Fi or Bluetooth co-processor.
33
url: https://github.com/espressif/esp-hosted-mcu
44
examples:

slave/main/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ endif()
4949
# Set COMPONENT_REQUIRES to include all necessary components
5050
set(COMPONENT_REQUIRES ${component_requires})
5151

52+
set(COMPONENT_PRIV_REQUIRES wpa_supplicant)
53+
5254
# Select BT UART code based on IDF Target
5355
if(CONFIG_IDF_TARGET_ESP32)
5456
list(APPEND COMPONENT_SRCS slave_bt_uart_esp32.c)

slave/main/esp_hosted_coprocessor_fw_ver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#define __ESP_HOSTED_COPROCESSOR_FW_VER_H__
1515

1616
#define PROJECT_VERSION_MAJOR_1 2
17-
#define PROJECT_VERSION_MINOR_1 6
18-
#define PROJECT_VERSION_PATCH_1 5
17+
#define PROJECT_VERSION_MINOR_1 7
18+
#define PROJECT_VERSION_PATCH_1 0
1919

2020
/**
2121
* Macro to convert version number into an integer

0 commit comments

Comments
 (0)