fix atommatrix

This commit is contained in:
Terrence
2025-01-24 03:09:19 +08:00
parent ef69840907
commit 8992c24afb
3 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
**配置编译目标为 ESP32**
```bash
idf.py set-target esp32s3
idf.py set-target esp32
```
**打开 menuconfig**

View File

@@ -98,8 +98,7 @@ private:
ResetWifiConfiguration();
}
app.ToggleChatState();
});
});
}
// 物联网初始化,添加对 AI 可见设备
@@ -118,7 +117,6 @@ public:
}
virtual Led* GetLed() override {
static CircularStrip led(BUILTIN_LED_GPIO, 25);
return &led;
}

View File

@@ -5,7 +5,6 @@
#include <driver/gpio.h>
#define AUDIO_INPUT_REFERENCE true
#define AUDIO_INPUT_SAMPLE_RATE 24000
#define AUDIO_OUTPUT_SAMPLE_RATE 24000