Wykres commitów

15 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 4f13d33b58 2019.10.24.01
Fixed issue in winkey_unbuffered_speed_command
      Fixed some compiler warnings
      Fixed compiler redefine errors with Mortty hardware profiles
2019-10-24 13:28:04 -04:00
Anthony Good f48dc22888 another push 2019-10-23 19:11:40 -04:00