synthetos / tgFX

A GUI controller for the TinyG motion controller.
https://www.synthetos.com/webstore/index.php/assembled-electronics/tiny-g.html
51 stars 37 forks source link

Two copies of librxtxSerial.jnilib in tgFX source tree #35

Closed pfarrell51 closed 6 years ago

pfarrell51 commented 10 years ago

There are two different files librxtxSerial.jnilib in the source code tree for tgFX. There should be only one.

find . -name librxtxSerial.jnilib ./lib/librxtxSerial.jnilib ./librxtxSerial.jnilib

The files are different, they have different results from shasum:

~/sandbox/tgFX$ shasum librxtxSerial.jnilib 1712ba6039dac289ee6bbd34ebae0837fe488812 librxtxSerial.jnilib

~/sandbox/tgFX$ shasum lib/librxtxSerial.jnilib b9008258b1c5684423bfa60ea9d0a7fe37156ee3 lib/librxtxSerial.jnilib

pfarrell51 commented 6 years ago

too old to be cared about