Zach Moshe
Zach Moshe
Intersting.. I don't use WiFi (or the network module) at all, but I do use Bluetooth, and I do set gap_name by `bluetooth.BLE().config(gap_name="...")`. Not sure if this has to do...
Yes, still happens.. (tested with `esp32-20220926-unstable-v1.19.1-451-gbdbc44474.bin`) ``` /home/micropython/esp-idf-v4.2/components/freertos/queue.c:1462 (xQueueGenericReceive)- assert failed! abort() was called at PC 0x40097212 on core 1 Backtrace:0x40093aee:0x3ffcc9c0 0x40094265:0x3ffcc9e0 0x40097eb6:0x3ffcca00 0x40097212:0x3ffcca70 0x400d5c91:0x3ffccab0 0x400eac90:0x3ffccae0 0x400eaf12:0x3ffccb10 0x400eafc6:0x3ffccb30 0x400dbf1b:0x3ffccb50 0x400e2c6a:0x3ffccb80...
Thanks! I wasn't aware of this tool. Definitely gives some hints. I think I found the end-case where I don't deinit() the I2S. I'll see if it helps. I think...
Seems like it helped. So far I haven't seen this happening again.
A good point.. I think the best is to stick to numpy's behavior. [Here](https://numpy.org/doc/stable/reference/generated/numpy.sum.html) for example, it's documented as: ``` out: ndarray, optional Alternative output array in which to place...
Just wanted to add `np.roll` as another candidate for `out=`