ukoda

Results 21 comments of ukoda

I am trying to do the same thing for the same reason and seeing the same issue. I have tried running the original docker-compose file to create a good set...

I found http://forum.arduino.cc/index.php?topic=79371.0 which pointed to the problem being round() is defined in wiring.h. When I commented that out it built ok for me.

I realise this is an old thread but this may still be of interest to someone searching this problem. I have been seeing the same problem after running a day...

An update. The data did appear to stop coming in again, but with no Error 32 this time. It is possible it was not Paho but Mosquitto. However I suspect...

I worked around it by resubscribing if the message handler callback had not received anything for a while. Probably not good solution for some, but in my case it has...

@Gizmotoy Have you verified that the camera footage is actually present on the USB drive? Before finding this issue I tried switching to a USB flash drive and it did...

@marcone That is inline with what I saw, plain USB drives had the same issue. @Gizmotoy You mention checking the RPi and seeing the same thing as others but what...

@sstaub That is quite likely as I also see the warning: ``` In file included from src/main.cpp:19:0: .pio/libdeps/bluepill_f103c8/Ticker/Ticker.h:153:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled...

For now I am working around the problem by using sfdisk from a subprocess call. Not ideal but it does give me the partitions I need to move forward with...

> It builds if you change the version to `'1.0'` in `setup.py`. It is worth noting there is two `setup.py`files, I had to change both before it would build.