Andrew DeVries

Results 9 comments of Andrew DeVries

installing with apt-get install ffmpeg causes Segmentation fault but a build from source works correctly I did a rebuild of ffmpeg 4.3 and that fixed it but had to do...

> GET /crm/api/v1.0/countries/249/states should be GET /crm/api/v1.0/countries/states?countryId=249 They need to update the UCRM API doc as well as its still reflecting the old way. https://ucrm.docs.apiary.io/#reference/general/countriesidstates/get

Yeah doing the same thing, except ditched plugins as PHP needs to go the way of classic asp. Made a simple Node.js app and wrapped it in a docker container...

I wonder if this is why my Battery is not detected. I will comment out the ADC and see if that makes the battery voltage detection work. I am also...

Commenting them back out had no effect on DSM or Battery on BeagleBone Blue and Ardupilot V4.0.3rc1

Do you know if you can use the DSM labled port on the Beagle Bone Blue. Reading this https://github.com/ArduPilot/ardupilot/issues/6641 and looking at https://github.com/ArduPilot/ardupilot/blob/05a0fe615b50fc2fa8dba11e541ba4f5740a1181/libraries/AP_HAL_Linux/HAL_Linux_Class.cpp static RCInput_Multi rcinDriver{2, new RCInput_AioPRU, new RCInput_RCProtocol(NULL,...

so issue seems to be that on bone versions of kernel /dev/ttyO4 is not avalible but on ti versions of kernel it is, next comes the issue of the a...

I patched both AutoConnect and Pagebuilder using the merge above and fix all the errors with ESP32 Core v3.x @Cri4Key thanks for putting in the effort.

I patched both AutoConnect and [Pagebuilder](https://github.com/Cri4Key/PageBuilder) using the merge above and fix all the errors with ESP32 Core v3.x