python-destroyer

Results 5 comments of python-destroyer

@horvathcsabalaszlo @ddurdle I have a 128GB SSD version with original battery and experience this same issue. It's really hard to track a correlation with the problem, but I think in...

@wanckl I removed `SPI_DEVICE_HALFDUPLEX` flag and it is not stuck in `spi_device_transmit()` anymore, but now I'm getting this error when trying to read from SPI: `E (294) spi_master: check_trans_valid(1055): rx...

@wanckl any updates on this? If I wasn't clear in my previous post, removing SPI_DEVICE_HALFDUPLEX does not solve the issue as SPI stops receiving data without that flag. I need...

@YutongGu This issue is not present on a regular esp32. I have [libswd-esp32](https://github.com/PaulFreund/libSWD-esp32) fully working there, default configuration from the example is working. No need to remove halfduplex flag, it...