Julien Devillers

Results 4 issues of Julien Devillers

Hello, I want to notify the reboot of a raspberry pi to another server using wscat. I wrote this script: ``` #!/bin/sh date >> reboot.log cmd="wscat -n -x reboot -c...

Hello this commit 5cb09ab6f390bfac4258da072fd80ddb346c67c1 does not compile. lmic.c uses a field called rxDelay which is not part of the structure.. Should I add a os_time_t delay to the structure? Thanks...

### Actual behaviour - A file already on the server, opened with excel android, modified and saved is not synchronized ### Expected behaviour - It should be automatically synchronized ###...

enhancement
needs review
feature: sync

Hello I'm driving the pwm of an electric motor with a pid controler. It works pretty well. After some testings, I realized that the fact that the motor is powered...