EasyNet
EasyNet
Hi @AlvaroBrey , Indeed. I tested with pass code and it was removed from File Manager. After I disabled the pass code the app appears in File Manager. So simple...
Hi, I've notice the same behavior for latest 9.2-dev version. Exactly at 3 minutes the LDP session is going down and renewed: R01 ``` 2024-01-19T17:04:11.094434+02:00 R01 ldpd[2140917]: msg[in]: notification: lsr-id...
Hi, I notice this issue also on Debian 13 Trixie. It starts and then it gets stuck here: ``` .. newfstatat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so", {st_mode=S_IFREG|0644, st_size=227680, ...}, 0) = 0 openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so",...
Update: added support for Debian DKMS packaging from https://github.com/eugenesan/exfat-nofuse and I've adapted a little bit.
Anyway, this driver is included in Linux main kernel for a while.
Hi @re2zero, Indeed, you have right. For such old kernels you need something that is working. For sure my fork is working. I was using on my desktop at that...
Yes, sure! I will give a try this evening.
Hi, I've success to compile on NUCLEO-144 F767ZI: ``` Using library OpenMRNLite at version 1.0.2 in folder: C:\Users\Adrian\Documents\Arduino\libraries\OpenMRNLite Using library SrcWrapper at version 1.0.1 in folder: C:\Users\Adrian\AppData\Local\Arduino15\packages\STM32\hardware\stm32\1.9.0\libraries\SrcWrapper "C:\\Users\\Adrian\\AppData\\Local\\Arduino15\\packages\\STM32\\tools\\xpack-arm-none-eabi-gcc\\9.2.1-1.1/bin/arm-none-eabi-size" -A "C:\\Users\\Adrian\\AppData\\Local\\Temp\\arduino_build_346191/Stm32CanSerial.ino.elf"...
Hi @atanisoft, I've found that I need to do some additional definitions in Stm32can.cpp. I have a question regarding to this line: ``` #define CAN_CLOCK (cm3_cpu_clock_hz >> 2) // 54...
Maybe I can get more information about CAN_CLOCK, where is used in the openMRN. I couldn't find it in the sources, only in that file. Also I've notice that I...