Jan Čermák
Jan Čermák
I already tried to port it, there are some parts of the code that would need to be rewritten, because they indeed use Arduino framework features, however the main blocker...
@PhiKapJames The blocker is the display FW upload code, which uses HTTPClient library that is Arduino only. I did not have much time recently to invest into the rewrite effort...
@joBr99 Nice, thanks for the heads-up! That should be fairly easy to port now, I will try to find a time slot for that soon.
I have kicked off the ESP-IDF support in #33, I'll do some more testing and prepare a new release soon. Any other testers are welcome at this point :pray:
Can you please post the output of `lspci`, and ideally also `dmesg` shortly after the boot?
@asjp Great, glad you figured it out! The SD card corruption can happen randomly during the SD card (or any NAND flash) life, and while it is most common when...
You won't be able to upgrade from 7.6 to 12.1 directly, you always need to follow a defined upgrade path, which is mostly limited by one major version per step,...
Although these lines were not shown with the previous kernel version, they reportedly should not appear when `multichannel` or `max_channels` are not specified as mount options: https://lore.kernel.org/all/CANT5p=p4+7uiWFBa6KBsqB1z1xW2fQwYD8gbnZviCA8crFqeQw@mail.gmail.com/ That should not...
@ripple7511 @beralios Can you provide any more details about the server side? What version of Samba is it running, ideally also share the config? The messages should be fairly harmless...
I have created a build with a patch that should resolve the issue. I (and Shyam, one of the linux-cifs developers who I consulted the issue with) will appreciate if...