EspoTek / Labrador

EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!
http://espotek.com
1.1k stars 117 forks source link

Simplify the waveform reading code #194

Closed turboencabulator closed 2 years ago

turboencabulator commented 2 years ago

Combine the Android and non-Android implementations. Only difference now is the path to the waveform data.

Remove arbitrarily-sized buffers and most C-style string handling function calls. Use native Qt string methods instead; this should improve memory safety.

EspoTek commented 2 years ago

Thanks! So much more compact now.