pggh
pggh
@pedrowindisch From my perspective, I would vote to not wrap it. Like ArgumentNull it is a fault of the caller (or local configuration) and not of the DNS or server...
@L-KAYA I think you are mixing 2 different concepts in your argument: - the physical time (aka wall clock) - the logical relation between in and out samples For the...
Thanks for investigating. I'm using the ESP32-S3 and as far as I know, it does not have an ETM. I don't know whether there is some software or hardware (pin-toggle)...
Because I have [other](https://github.com/espressif/esp-idf/issues/14031) problems with the JTAG output, I scrolled through the driver code and have spotted this: ``` if (p_usb_serial_jtag_obj->fifo_status == FIFO_IDLE) { portENTER_CRITICAL(&p_usb_serial_jtag_obj->spinlock); atomic_store(&p_usb_serial_jtag_obj->fifo_status, FIFO_BUSY); sent_data =...
@johnboiles Are you referring to #14031? I still don't understand the exact cause of that but my guess is that wr_done is set twice, once from the actual writer and...
I have an issue with 5GHz too. I replaced the Xiaomi 3G (v1) with new Hardware but decided to keep it as a backup. So I upgraded from OpenWrt 22...
I downgraded to 23.05.5 and I still got the crashes. But good news, I found the reason for them: the power supply. It is (due to bad design and age)...
Has there any investigation being done on what change from openwrt-23 to openwrt-24 introduced the problem?
I did an experiment and specified all levels of the parent hierarchy as an exclude, hoping that this way, no snapshot would get created. But no luck. This might be...