remove unused code

This commit is contained in:
Terrence
2025-02-14 02:12:47 +08:00
parent 4114ff213e
commit 8f6691859c
2 changed files with 2 additions and 5 deletions

View File

@@ -8,7 +8,6 @@
#define AUDIO_INPUT_REFERENCE true #define AUDIO_INPUT_REFERENCE true
#define AUDIO_INPUT_SAMPLE_RATE 24000 #define AUDIO_INPUT_SAMPLE_RATE 24000
#define AUDIO_OUTPUT_SAMPLE_RATE 24000 #define AUDIO_OUTPUT_SAMPLE_RATE 24000
#define AUDIO_DEFAULT_OUTPUT_VOLUME 80
#define AUDIO_I2S_GPIO_MCLK GPIO_NUM_NC #define AUDIO_I2S_GPIO_MCLK GPIO_NUM_NC
#define AUDIO_I2S_GPIO_WS GPIO_NUM_6 #define AUDIO_I2S_GPIO_WS GPIO_NUM_6

View File

@@ -1,13 +1,11 @@
## IDF Component Manager Manifest File ## IDF Component Manager Manifest File
dependencies: dependencies:
waveshare/esp_lcd_sh8601: waveshare/esp_lcd_sh8601: "1.0.2"
version: "1.0.2"
public: true
espressif/esp_lcd_ili9341: "==1.2.0" espressif/esp_lcd_ili9341: "==1.2.0"
espressif/esp_lcd_gc9a01: "^2.0.1" espressif/esp_lcd_gc9a01: "^2.0.1"
espressif/esp_lcd_st77916: "^1.0.1" espressif/esp_lcd_st77916: "^1.0.1"
78/esp_lcd_nv3023: "~1.0.0" 78/esp_lcd_nv3023: "~1.0.0"
78/esp-wifi-connect: "~2.1.0" 78/esp-wifi-connect: "==2.1.0"
78/esp-opus-encoder: "~2.1.0" 78/esp-opus-encoder: "~2.1.0"
78/esp-ml307: "~1.7.1" 78/esp-ml307: "~1.7.1"
78/xiaozhi-fonts: "~1.3.2" 78/xiaozhi-fonts: "~1.3.2"