MKesenheimer
MKesenheimer
Please update
Yes, I have the same problem, and I would like to have an workaround, too.
You can also solve the issue with the wrong resistors by adding a software pull-up: ``` void read_from_dht(dht_reading *result) { ... gpio_set_dir(DHT_PIN, GPIO_OUT); gpio_put(DHT_PIN, 0); sleep_ms(18); gpio_put(DHT_PIN, 1); sleep_us(40); gpio_set_dir(DHT_PIN,...
Yeah that was a problem. I compiled python from source. I downloaded the official package, compiled that and installed it. Any chance bluing will work with python3.11 sometime?
Yes, thank you. I tried, but `pip` wanted to install the `dbus-python` package nevertheless. In the end, I managed to install `bluing` by building `dbus-python` from source and requesting the...
Perfect, thank you!
Same problem here.
Same error for me. I'm on Linux and followed your installation instructions. The Current Guess and the Best Guess images are also not able to render. Maybe these problems are...
Added a pull request to fix this issue: https://github.com/BishopFox/unredacter/pull/16
@ercihan Did you try with the image that comes with the installation or with your own image? You could try increasing or decreasing the font size and play with the...