diff --git a/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin b/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin index ab0cd927..f89568b6 100644 Binary files a/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin and b/boards/default_src/micropython_esp32s3/origin/build/Mixgo_Sant_lib-v1.23.0.bin differ diff --git a/boards/default_src/micropython_esp32s3/origin/build/lib/mixgo_sant.py b/boards/default_src/micropython_esp32s3/origin/build/lib/mixgo_sant.py index eda88780..40dff7c1 100644 --- a/boards/default_src/micropython_esp32s3/origin/build/lib/mixgo_sant.py +++ b/boards/default_src/micropython_esp32s3/origin/build/lib/mixgo_sant.py @@ -172,7 +172,6 @@ onboard_led = LED(pins=[45, 46]) class Voice_Energy: def read(self): _dat = onboard_asr._rreg(0x08, 3) #在语音识别里获取 - print("-----",_dat) return (_dat[0] | _dat[1] << 8) // 10 onboard_sound = Voice_Energy()