I know we've been around this tree before, but I need a refresher.
Added a little code to my app, and am now getting this on startup:
Code: Select all
I (6861) wifi:wifi firmware version: aa5336b
I (6861) wifi:config NVS flash: enabled
I (6861) wifi:config nano formating: disabled
I (6861) wifi:Init dynamic tx buffer num: 32
I (6861) wifi:Init data frame dynamic rx buffer num: 16
I (6871) wifi:Init management frame dynamic rx buffer num: 16
I (6871) wifi:Init management short buffer num: 32
I (6881) wifi:Init static tx buffer num: 16
I (6891) wifi:Init static rx buffer size: 1600
W (6891) wifi:malloc buffer fail
I (6891) wifi:Init static rx buffer num: 6
I (6891) wifi:Init dynamic rx buffer num: 16
E (6901) wifi:Expected to init 10 rx buffer, actual is 6
I (6901) wifi:Deinit lldesc rx mblock:0
I (6911) wifi:Deinit lldesc rx mblock:0
I (6911) wifi:Deinit lldesc rx mblock:0
I (6911) wifi:Deinit lldesc rx mblock:0
E (6931) Wifi: taskInit(): esp_wifi_init() returned 0x101; halting task.I was thinking: could I change the number of dynamic tx buffers to 16? I can't find the correct line for this in my sdkconfig file, but I imagine it's in there somewhere.
Any other ideas are MOST recommended...PLEASE help!
Thanks...