From f4f7b7f9bd4e55f8729cd1d8ab0ed1e343454d2d Mon Sep 17 00:00:00 2001 From: Wang Wang Wang Date: Mon, 21 Feb 2022 16:52:17 +0800 Subject: [PATCH] bugfix(WN): Fix the bug of Hilexin7q8 --- include/esp32s3/esp_wn_models.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/esp32s3/esp_wn_models.h b/include/esp32s3/esp_wn_models.h index ca8f15d..a922aa0 100644 --- a/include/esp32s3/esp_wn_models.h +++ b/include/esp32s3/esp_wn_models.h @@ -95,8 +95,8 @@ extern const esp_wn_iface_t esp_sr_wakenet8_quantized8; #define WAKENET_MODEL esp_sr_wakenet7_quantized #define WAKENET_COEFF "hilexin7" -#elif CONFIG_SR_WN_WN7_HILEXIN_FIRST || CONFIG_SR_WN_WN7_HILEXIN_SECOND -#define WAKENET_MODEL esp_sr_wakenet7_quantized +#elif CONFIG_SR_WN_WN7Q8_HILEXIN_FIRST || CONFIG_SR_WN_WN7Q8_HILEXIN_SECOND +#define WAKENET_MODEL esp_sr_wakenet7_quantized8 #define WAKENET_COEFF "hilexin7q8" #elif CONFIG_SR_WN_WN7_ALEXA_FIRST || CONFIG_SR_WN_WN7_ALEXA_SECOND