Martin Weißbach
Martin Weißbach
@tigre-bleu you can pass a proxy also without that. Just pass the HTTPS_PROXY environment variable.
Thank you, I will need more time to test this code. I can probably test it next week!
I have not forgotten this pull request. Since it doesn't bring any benefit at the moment, I leave it open for now. I actually like your implementation, I just want...
Thank you for opening this issue. Let's try some things to debug this: 1. What are the permissions of the .ccache file and which version of enum4linux-ng are you running?...
Can you run the smbclient command it prints out manually and post the output here? `smbclient --use-krb5-ccache admin.ccache -s /tmp/tmpzclqz_1u -t 5 -c help '//dc2012.example.com/ipc$'` Btw. this time you ran...
I did some testing on my own. Indeed, at least recent versions of smbclient gave me trouble setting up a connection with Kerberos authentication. This needs investigation, I will therefore...
Thanks for your reply, I really appreciate that! I actually thought the same and tried the Viewe configuration yesterday. The building and flashing worked, but the display did not work....
According to https://www.waveshare.com/esp32-s3-touch-amoled-1.43.htm I configured the display pins like that:  When I reset the device it shows the ESP32 C3 Mini "Welcome" screen as well as date and weather...
I will have a look at the touch driver. Edit: It seems as if sensorlib does not support the FT3168/FT6146. I could take the code provided by Waveshare for those...
I have a working proof of concept. I will report back.