mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
conf(AFE): modify default alloc_from_psram mode in AFE config from 1 to 2
This commit is contained in:
parent
7010aedfd5
commit
509cf82658
@ -73,7 +73,7 @@ typedef struct {
|
||||
.afe_perferred_core = 0, \
|
||||
.afe_perferred_priority = 5, \
|
||||
.afe_ringbuf_size = 50, \
|
||||
.alloc_from_psram = 1, \
|
||||
.alloc_from_psram = 2, \
|
||||
.agc_mode = 2, \
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user