k3ng / k3ng_cw_keyer

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

Nano Every Warning. #105

Open ve3rx opened 3 years ago

ve3rx commented 3 years ago

Taking keyer code that compiles ok for a Nano, then compiling for a Nano Every gets the following warning message:

WARNING: library K3NG_PS2Keyboard claims to run on avr architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s)

Need to fix the K3NG PS2 keyboard to include this megaAVR architecture.

yarda commented 8 months ago

Does it work for you without the PS2 keyboard? For me neither, it sends periodical dots. I am afraid Nano Every port would require more work.

yarda commented 8 months ago

Hmm, well it started to work for me with Arduino Thinary Every if I removed the FEATURE_COMMAND_LINE_INTERFACE or booted to the k3ng emulation, so ignore my previous post.