mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix(WN): Fix the bug of Hilexin7q8
This commit is contained in:
parent
c873a359e7
commit
f4f7b7f9bd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user