k3ng / k3ng_cw_keyer

K3NG Arduino CW Keyer
http://blog.radioartisan.com/arduino-cw-keyer/
GNU General Public License v3.0
424 stars 220 forks source link

ptt_input_pin problem #47

Closed sq3rx closed 6 years ago

sq3rx commented 6 years ago

Hi, I am trying to use ptt_input_pin. Configuration is like this:

define ptt_input_pin 3

define ptt_input_pin_active_state LOW

define ptt_input_pin_inactive_state HIGH

Pin works almost correct. It means I can manualy put PTT on, but from CLI I cannot use \U command, which always return ptt_input_pin state even if it is inactive. Can anyone check this ?

Version 2018.05.28.01