bronya5th

Results 3 issues of bronya5th

**Describe the bug** Whether it is automatically triggered or manually triggered the Update Template CI, the `secerts.GH_PAT` in the `upptime/.github/workflows/...yml` are changed into `secerts.GITHUB_TOKEN` so that workflow cannot be automated,...

bug

在[app_sr.c](https://github.com/espressif/esp-box/blob/efbfa327324a3a797cfff3be7eb6ff0fbf803f5f/examples/factory_demo/main/app/app_sr.c)中, ![Snipaste_2022-05-11_19-53-20](https://user-images.githubusercontent.com/44700918/167843567-d64956ae-7ffd-4dbe-a6f3-48d6dbd50b81.png) AFE_FETCH_CHANNEL_VERIFIED感觉表示的是返回唤醒词识别成功,但在ESP-SR中显示的是返回音频通道确认, ![Snipaste_2022-05-11_19-52-05](https://user-images.githubusercontent.com/44700918/167843997-dd77e44c-503f-426c-ae53-a91f9bd9c307.png) 这个音频通道确认是指什么音频通道确认?

esp-s3-box分别在esp-box仓库与esp-skainet仓库各有一个bsp,区别在于esp_board_init文件,部分函数名也有细微区别,例如esp_audio_play()与bsp_audio_play(),在一个project的component中同时包含两个bsp,编译时有概率会导致函数重定义。