File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- version : " 2.6.5 "
1+ version : " 2.7.0 "
22description : ESP-Hosted-MCU provide drivers to act any ESP chipset as Wi-Fi or Bluetooth co-processor.
33url : https://github.com/espressif/esp-hosted-mcu
44examples :
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ endif()
4949# Set COMPONENT_REQUIRES to include all necessary components
5050set (COMPONENT_REQUIRES ${component_requires} )
5151
52+ set (COMPONENT_PRIV_REQUIRES wpa_supplicant)
53+
5254# Select BT UART code based on IDF Target
5355if (CONFIG_IDF_TARGET_ESP32)
5456 list (APPEND COMPONENT_SRCS slave_bt_uart_esp32.c)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments