Diagnose My CAT+ Doppler

Insert battery and turn the doppler on, watching the low battery indicator LED (top-right of the front panel) as you do so.

What does the light do?







// prevent enter key from reloading the form jQuery(document).ready(function() { jQuery(window).keydown(function(event){ if(event.keyCode == 13) { event.preventDefault(); return false; } }); });