Skip to content

Commit

Permalink
Modify some files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao committed Sep 4, 2024
1 parent e1804c5 commit 1493a4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bsp/m5stack_core_2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Core2 V1.1 is an iterative version of Core2 with the following upgrades and addi
| LVGL_PORT |:heavy_check_mark:| [espressif/esp_lvgl_port](https://components.espressif.com/components/espressif/esp_lvgl_port) | ^2 |
| TOUCH |:heavy_check_mark:|[espressif/esp_lcd_touch_ft5x06](https://components.espressif.com/components/espressif/esp_lcd_touch_ft5x06)| ^1 |
| BUTTONS | :x: | | |
| AUDIO |:heavy_check_mark:| [espressif/esp_codec_dev](https://components.espressif.com/components/espressif/esp_codec_dev) | ^1.1 |
| AUDIO |:heavy_check_mark:| [espressif/esp_codec_dev](https://components.espressif.com/components/espressif/esp_codec_dev) | ~1.1 |
|AUDIO_SPEAKER|:heavy_check_mark:| | |
| AUDIO_MIC | :x: | | |
| SDCARD |:heavy_check_mark:| idf | >=5.0 |
Expand Down
2 changes: 1 addition & 1 deletion bsp/m5stack_core_2/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencies:
override_path: "../../components/esp_lvgl_port"

esp_codec_dev:
version: "^1.1"
version: "~1.1"
public: true
4 changes: 0 additions & 4 deletions bsp/m5stack_core_2/include/bsp/m5stack_core_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
#include "bsp/config.h"
#include "bsp/display.h"

#if ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(5, 0, 0)
#include "driver/i2s.h"
#else
#include "driver/i2s_std.h"
#endif

#if (BSP_CONFIG_NO_GRAPHIC_LIB == 0)
#include "lvgl.h"
Expand Down

0 comments on commit 1493a4c

Please sign in to comment.