Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22b427d

Browse files
authoredNov 3, 2020
IDF release/v3.3 (#3672)
ESP-IDF release/v3.3: 66d3783c8 esp-face: 420fc7e esp32-camera: 0107093
1 parent 6e5be78 commit 22b427d

File tree

256 files changed

+6078
-1015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+6078
-1015
lines changed
 

‎tools/sdk/bin/bootloader_qout_80m.bin

-112 Bytes
Binary file not shown.

‎tools/sdk/include/bt/esp_a2dp_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ typedef enum {
7676

7777
/// A2DP media control commands
7878
typedef enum {
79-
ESP_A2D_MEDIA_CTRL_NONE = 0, /*!< dummy command */
79+
ESP_A2D_MEDIA_CTRL_NONE = 0, /*!< Not for application use, use inside stack only. */
8080
ESP_A2D_MEDIA_CTRL_CHECK_SRC_RDY, /*!< check whether AVDTP is connected, only used in A2DP source */
8181
ESP_A2D_MEDIA_CTRL_START, /*!< command to set up media transmission channel */
8282
ESP_A2D_MEDIA_CTRL_STOP, /*!< command to stop media transmission */

‎tools/sdk/include/bt/esp_blufi_api.h

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ typedef enum {
8383
ESP_BLUFI_DH_PARAM_ERROR,
8484
ESP_BLUFI_READ_PARAM_ERROR,
8585
ESP_BLUFI_MAKE_PUBLIC_ERROR,
86+
ESP_BLUFI_DATA_FORMAT_ERROR,
8687
} esp_blufi_error_state_t;
8788

8889
/**
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.