Skip to content

Commit 5c1a1f1

Browse files
committed
Merge branch 'fix/ota' into 'main'
fix(ota): Fixed build break when doing ota See merge request app-frameworks/esp_hosted_mcu!75
2 parents 5368eb8 + 2fe99d2 commit 5c1a1f1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

host/api/include/esp_hosted_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
#define H_TRANSPORT_SPI 3
1717
#define H_TRANSPORT_UART 4
1818

19-
#ifdef CONFIG_ESP_HOSTED_SDIO_HOST_INTERFACE
20-
#include "driver/sdmmc_host.h"
21-
#endif
22-
2319
#ifdef CONFIG_ESP_HOSTED_UART_HOST_INTERFACE
2420
#include "hal/uart_types.h"
2521
#endif

host/esp_hosted.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extern "C" {
1515
#include "esp_hosted_bt_config.h"
1616
#include "esp_hosted_transport_config.h"
1717
#include "esp_hosted_api_types.h"
18+
#include "esp_hosted_ota.h"
1819

1920
typedef struct esp_hosted_transport_config esp_hosted_config_t;
2021

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "2.0.9"
1+
version: "2.0.10"
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:

0 commit comments

Comments
 (0)