Bill Chadwick
Bill Chadwick
It looks like newer FTDI devices use 512 byte packets rather than 64. The FTDI Class currently assumes packets that have repeats of 2 bytes of status and 62 bytes...
Might this be because it has no compass? Cant see that in the required features in the manifest on this repo.
Is there a reason why this code is not a match with the current play store version 4.7? It would be helpful if it was the same for help diagnosing...
The host-examples make target of ol3 currently fails on windows under Cygwin. To fix this for windows, change https://github.com/openlayers/closure-util/blob/master/lib/util.js to always return POSIX style paths as below. ``` javascript /**...