|
| 1 | +**V1.8.39 - Updates** |
| 2 | +- Fixed guiding to not jump back and forth on pulses. |
| 3 | +- Fixed tracking during slew. We now turn off tracking for slew and compensate at the end of the slew. |
| 4 | +- Fixed type for DEC motor speed. |
| 5 | +- Added M33 and Pleiades to GO menu. |
| 6 | +- Added lots of debug output around stepper motor control under new macro DEBUG_STEPPERS |
| 7 | + |
| 8 | +**V1.8.38 - Updates** |
| 9 | +- Fixed code to allow GPS use with Headless client. |
| 10 | +- Tidied up some LCD strings |
| 11 | + |
| 12 | +**V1.8.37 - Updates** |
| 13 | +- Fixed bug that prevented the parking position from being read from persistent storage. |
| 14 | +- Made sure Parking position was cleared on EEPROM clear. |
| 15 | + |
| 16 | +**V1.8.36 - Updates** |
| 17 | +- Added GPS control to LX200 Meade protocol |
| 18 | + |
| 19 | +**V1.8.35 - Updates** |
| 20 | +- Added ability to define a parking position that is seperate from the Home position. |
| 21 | + |
| 22 | +**V1.8.34 - Updates** |
| 23 | +- Fixed a bunch of typos that massively screwed up DEC guiding |
| 24 | + |
| 25 | +**V1.8.33 - Updates** |
| 26 | +- Allowed axis inversion to be configured in local config |
| 27 | +- Added Digital Level support to Meade serial protcol |
| 28 | +- Fixed compilation problem with Digital Level |
| 29 | + |
| 30 | +**V1.8.32 - Updates** |
| 31 | +- Support for automatic local config selection based on selected board |
| 32 | +- Included sample local config file. |
| 33 | + |
| 34 | +**V1.8.31 - Updates** |
| 35 | +- Now supports local configuration settings (thanks, AndreStefanov!) |
| 36 | +- Major code re-structure, neccessary as the project grows. |
| 37 | +- Fixed a bug that turned off Tracking when you tried to slew RA to the current location |
| 38 | +- Moved some defines around |
| 39 | +- Improved some comments |
| 40 | +- Fixed a bug related to DEC guiding |
| 41 | + |
| 42 | +**V1.8.27 - Updates** |
| 43 | +- YABBFDTLOC (Yet Another Build Break FIx Due To Lack Of Coffee) |
| 44 | +- Update Polaris to latest RA value. |
| 45 | + |
| 46 | +**V1.8.26 - Updates** |
| 47 | +- Build break fix for GPS-enabled configurations |
| 48 | + |
| 49 | +**V1.8.25 - Updates** |
| 50 | +- Added special char for Tracking display on LCD |
| 51 | +- Renamed some conflicting defines (HALFSTEP et al to HALFSTEP_MODE) |
| 52 | +- Moved all Debug strings to Flash memory |
| 53 | +- Simplified EEPROM class (made it all static) |
| 54 | +- Added prompt when pressing SELECT in either Roll or Pitch display in CAL menu, whether to save the reference value |
| 55 | +- Fixed ESP32 compilation problem in freeMemory() implementation |
| 56 | + |
| 57 | +**V1.8.24 - Updates** |
| 58 | +- Allow EEPROM clearing via LCD buttons (press DOWN on boot) |
| 59 | + |
| 60 | +**V1.8.23 - Updates** |
| 61 | +- GPS location storage was broken. Fixed. |
| 62 | + |
| 63 | +**V1.8.19 - Updates** |
| 64 | +- Azimuth motor control during Polar Alignment was not implemented. |
| 65 | +- After confirming Polar Alignment, the display shows slewing activity and no longer switches to the INFO menu. |
| 66 | +- Pressing Right Button while slewing home after Polar Alignment now stops the slewing before changing menus. |
| 67 | +- Removed some logging |
| 68 | + |
| 69 | +**V1.8.16 - Updates** |
| 70 | +- Throttled the INFO display update frequency (it was updating every cycle before). |
| 71 | +- Added temperature display when using the Digital Level module |
| 72 | +- Made the axis swap for the Digital Level on by default since most people will use the STL in the repo for the holder. |
| 73 | + |
| 74 | +**V1.8.15 - Updates** |
| 75 | +- Fixed linker error in ESP32 build. |
| 76 | + |
| 77 | +**V1.8.14 - Updates** |
| 78 | +- Turned the power to the Azimuth and Altitude motors on and off as needed. |
| 79 | +- Enabled Altitude correction from LX200 commands |
| 80 | +- Prevented tracking from starting after parking for NEMA motors. |
| 81 | + |
| 82 | +**V1.8.13 - Updates** |
| 83 | +- Made the LEFT button leave the Roll and Pitch menus without storing the offset (like SELECT does). |
| 84 | + |
| 85 | +**V1.8.12 - Updates** |
| 86 | +- Temporary fix for compile error from 1.8.11 |
| 87 | +- add different MS modes for DEC slewing/guiding |
| 88 | +- add UART "noisefeedback" to config |
| 89 | +- hardcoded guidemultipliers for 28BYJ-48 steppers |
| 90 | +- stop tracking during a slew with NEMAs to prevent inaccurate slews |
| 91 | + |
| 92 | +**V1.8.11 - Updates** |
| 93 | +- Added support for electronic levelling via MPU-6050 module (CAL menu) (thanks to Marcel Isler for initial code) |
| 94 | +- Disabled AzAlt stepper motors after leaving CAL menu |
| 95 | +- Moved an overlapping EEPROM storage space (brightness, not used) |
| 96 | + |
| 97 | +**V1.8.10 - Updates** |
| 98 | +- Permanent display of tracking state in top-right corner of display. |
| 99 | +- Shortened menu display |
| 100 | +- Full GPS module (GT-U7) support for LST and location |
| 101 | +- Separated HA menu into two files (one for GPS support, one for non-GPS) |
| 102 | +- Added display of current location to INFO menu |
| 103 | + |
| 104 | +**V1.8.06 - Updates** |
| 105 | +- DEC axis was inadvertently inverted by default after merge. Fixed. |
| 106 | +- Guide pulses were not 2x sidereal and 0 for default steppers. Fixed. |
| 107 | + |
| 108 | +**V1.8.05 - Updates** |
| 109 | +- Reverted Headless mode to off |
| 110 | +- Increased screen updates back to 5Hz. |
| 111 | + |
| 112 | +**V1.8.04 - Updates** |
| 113 | + - Merged the developautopa branch |
| 114 | + - Made AzAlt motors configurable. |
| 115 | + - Added extensions to the Meade protocol (:MAZn.n# and :MALn.n#) to move the aziumth and altitude motors. |
| 116 | + - Added Az and ALt motor status to :GX# command output |
| 117 | + - Added GPS and AzAlt features to hardware info query (:XGM#) |
| 118 | + - New CAL menu items to adjust Azimuth and Altitude in arcminutes. |
0 commit comments