Wykres commitów

25 Commity (master)

Autor SHA1 Wiadomość Data
k3ng 2ac37fb06f 2024.02.17.1400
Fixed issues found by swalberg ( e79277672f (r134909644) ).  Thanks!
2024-02-17 09:34:02 -05:00
k3ng e79277672f 2023.09.20.2100
Updates to allow compilation for Raspberry Pi Pico
      Reports of my death have been greatly exagerrated
2023-09-20 17:05:26 -04:00
Sean Walberg 83850388ac
Hack to support 00-09 as a version (#139)
Patch the admin 09 command to return a fake version instead of a
different arbitrary value, because Skookum Logger depends on it.

Admin command 9 returns a calibration value on WK1, 0 on WK2, and the
major version on WK3 (according to docs)

Skookum Logger expects a real version to come back on a WK2 device since
that's what the author's device does.

https://groups.io/g/radioartisan/topic/100917839#18017
https://groups.io/g/SkookumLogger/topic/100998043#51
2023-08-28 12:29:20 -04:00
k3ng a20090a8a6 2021.12.17.01
Merged pull request 119 https://github.com/k3ng/k3ng_cw_keyer/pull/119/ Definable startup text (define HI_TEXT) - Thanks, ON6ZQ
2021-12-17 16:51:21 -05:00
Ron Craig 45cf4f5b8f
Add FEATURE_LCD_BACKLIGHT_AUTO_DIM dims LCD and/or Power LED after x minutes (#110) 2021-03-19 20:28:35 -04:00
Anthony Good 01250b57f0 2020.08.23.01
Added FEATURE_LCD_I2C_FDEBRABANDER
      Added settings
        lcd_i2c_address_mathertel_PCF8574 0x27             // I2C address of display for FEATURE_LCD_MATHERTEL_PCF8574
        lcd_i2c_address_fdebrander_lcd 0x27                // I2C address of display for FEATURE_LCD_I2C_FDEBRABANDER
        lcd_i2c_address_ydv1_lcd 0x27                      // I2C address of display for FEATURE_LCD_YDv1
        lcd_i2c_address_sainsmart_lcd 0x27                // I2C address of display for FEATURE_LCD_SAINSMART_I2C
2020-08-23 08:52:31 -04:00
Anthony Good 07730bbb8f 2020.08.21.01
FEATURE_COMMAND_BUTTONS is now called FEATURE_BUTTONS
      Command mode is now broken out into its own feature, FEATURE_COMMAND_MODE
2020-08-21 21:05:18 -04:00
Costin Stroie 251eb8f84b
Added support for configuring the sidetone line states HIGH and LOW. (#98) 2020-07-01 21:22:04 -04:00
Anthony Good 7284ce9171 2020.06.03.02
In FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT added setting command_t_tune_mode for T (tune) command
      Without FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT, setting command_mode_acknowledgement_character now is used for T (tune) command
      Added setting FEATURE_ETHERNET_DNS {8,8,8,8} to FEATURE_WEB_SERVER and FEATURE_INTERNET_LINK (FEATURE_ETHERNET)
2020-06-03 18:12:41 -04:00
Anthony Good 736e4693a1 2020.05.27.01
The Paddle Echo timing factor is now in eeprom and can be set with the \:pf ### extended CLI command ( https://github.com/k3ng/k3ng_cw_keyer/wiki/310-Feature:-Command-Line-Interface#cli-commands )
      Autospace now has a configurable timing factor which can be set with the \:af ### extended CLI command
      cw_echo_timing_factor setting has been deprecated and replaced with default_cw_echo_timing_factor
      default_autospace_timing_factor setting created
      memory_area_start is now automagically calculated
      FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT created which has customizable CW feedback messages for most command mode commands
      New settings in settings files for FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT ( https://github.com/k3ng/k3ng_cw_keyer/wiki/320-Feature:-Command-Mode#feedback )
2020-05-27 17:38:15 -04:00
Anthony Good 0492462653 2020.04.26.01
memory_area_end is now automagically calculated at runtime and is no longer in settings files
2020-04-26 14:50:32 -04:00
Anthony Good dbdb64b8cd 2020.04.24.01
Added to settings files: command_mode_acknowledgement_character 'E'
2020-04-24 09:06:44 -04:00
Anthony Good f496021870 2019.12.07.02
Added OPTION_PERSONALIZED_STARTUP_SCREEN and custom_startup_field to feature and settings files of all hardware profiles (from pull request 78)
2019-12-07 11:52:10 -05:00
Anthony Good d11342a466 2019.06.18.01
Fixed bug with OPTION_SAVE_MEMORY_NANOKEYER and reading left (dit) paddle
2019-06-18 08:47:29 -04:00
Anthony Good c1042e51cf 2019.05.29.01
FEATURE_WINKEY_EMULATION - fixed issues with paddle echo (Thanks, Bob, N6TV)
      Settings - winkey_paddle_echo_buffer_decode_time_factor changed to winkey_paddle_echo_buffer_decode_timing_factor
      Fixed keyer_pin_settings_nanokeyer_rev_*.h to include potentiometer_enable_pin (https://github.com/k3ng/k3ng_cw_keyer/issues/68) (Thanks, rificity)
      convert_cw_number_to_ascii() was returning exclamation and not comma (Thanks, W6IPA)
      FEATURE_AMERICAN_MORSE - fixed errant submitted change in send_char() (Thanks, Sverre, LA3ZA)
2019-05-29 10:06:17 -04:00
Anthony Good dfcee38f14 2019.05.16.01
Fixed issue with factory reset functionality and asynchronous EEPROM write feature
      Relocated sidetone_hz_limit_low and sidetone_hz_limit_high setting from ino file to settings.h files
2019-05-16 16:41:04 -04:00
Anthony Good 8dbf016de3 2019.04.28.01
Implemented asynchronous EEPROM writes
2019-04-28 11:00:35 -04:00
Anthony Good f9365c5d8c 2019.02.05.01
Fixed bug in command mode K command when in ultimatic mode (Thanks, Rich)
      Under Development: FEATURE_SINEWAVE_SIDETONE_USING_TIMER_1 and FEATURE_SINEWAVE_SIDETONE_USING_TIMER_3 in keyer_features_and_options_test.h
2019-02-05 17:19:44 -05:00
Anthony Good bacfa7612e 2018.10.17.03
Improved potentiometer noise immunity, added potentiometer_reading_threshold in settings (Thanks, Wolf, DK7OB)
      Fixed non-optimal potentiometer speed change comparison (Thanks, Wolf, DK7OB)
2018-10-17 22:41:33 -04:00
Anthony Good 986bbf7238 2018.10.17.02
Fixed bug in K1EL Winkeyer Emulation paddle echo
2018-10-17 21:41:23 -04:00
Anthony Good 196ed2312f 2018.08.30.01
Think we got Farnsworth timing right now.  Thanks, Jim, W5LA !
2018-08-30 22:06:49 -04:00
Anthony Good 2cd7fb26fd 2018.08.25.01
More work on Farnsworth timing.  The timing appears correct now with PARIS testing, however using farnsworth_timing_calibration = 0.35
      Now allow /M0 command to disable Farnsworth
2018-08-25 09:58:04 -04:00
Anthony Good 5a279ff528 2018.08.21.02
Different Farnsworth timing calculation.  Introduced farnsworth_timing_calibration in settings files.
2018-08-21 22:48:32 -04:00
Anthony Good b0ce2cfa77 2018.03.30.01
tx_inhibit and tx_pause pins implemented for use with contest station interlock controllers.  Documentation: https://github.com/k3ng/k3ng_cw_keyer/wiki/225-Sidetone,-PTT,-and-TX-Key-Lines#tx-inhibit-and-pause
2018-03-30 21:41:20 -04:00
Anthony Good f74d2dd2f9 2018.03.24.01
Support for ARDUINO_MAPLE_MINI contributed by Marcin SP5IOU
      HARDWARE_MAPLE_MINI hardware profile in keyer_hardware.h
2018-03-24 09:07:41 -04:00