Anthony Good
Anthony Good
I am working on this feature. Should the autopark timer be reset only when the antenna is rotated, or should it also be reset if a serial command is entered...
Updated code uploaded with new FEATURE_AUTOPARK. Documented here: https://github.com/k3ng/k3ng_rotator_controller/wiki/705-Park-and-AutoPark Please test. 73 On Wed, Aug 2, 2017 at 8:02 PM, Anthony Good wrote: > I am working on this feature....
The autopark timer setting is written to EEPROM, so you only need to set it once. How about I create two pins: pin_autopark_disable: Pull low to disable autopark pin_autopark_timer_reset: Pull...
Uploaded updated code to Github, version 2017.09.03.02: Added pins pin_autopark_disable and pin_autopark_timer_reset for FEATURE_AUTOPARK Please test! 73 Goody K3NG On Tue, Aug 15, 2017 at 1:30 AM, ON7KGK wrote: >...
What options and settings do you have configured? On Tue, Feb 20, 2018 at 4:43 PM, maxmiztejm wrote: > Hello K3NG! > I trying make an your controller with 16x2...
I also need to see the settings you have for the various rows, like these: #define LCD_HEADING_ROW 2 #define LCD_HEADING_FIELD_SIZE 20 #define LCD_AZ_ONLY_HEADING_ROW 1 #define LCD_AZ_ONLY_HEADING_FIELD_SIZE 20 #define LCD_EL_ONLY_HEADING_ROW 2...
Do this: #define OPTION_DISPLAY_STATUS #define OPTION_DISPLAY_HEADING // #define OPTION_DISPLAY_HEADING_AZ_ONLY // #define OPTION_DISPLAY_HEADING_EL_ONLY Or this: // #define OPTION_DISPLAY_STATUS // #define OPTION_DISPLAY_HEADING #define OPTION_DISPLAY_HEADING_AZ_ONLY #define OPTION_DISPLAY_HEADING_EL_ONLY You have only two rows to...
How much local variable space do you have available (shown at compile time)? On Wed, Feb 21, 2018 at 7:43 AM, maxmiztejm wrote: > Mine settings > #define LCD_COLUMNS 16...
How many bytes for local variables? On Wed, Feb 21, 2018 at 7:49 AM, maxmiztejm wrote: > 75% are available > > — > You are receiving this because you...
Ah, OK. I'm going to add some code to prevent this in the future for others. 73 Goody K3NG On Wed, Feb 21, 2018 at 8:08 AM, maxmiztejm wrote: >...