-
FIX: Support U-BLOX M8 (and other Glonass / mixed GPSs), thanks to tmyrtle
-
FIX: GPS minor fixes / debug code cleanup, thanks to tmyrtle
-
FIX: Compilation in Arduino 1.5.7 (deprecation of prog_uchar)
-
FIX: Renamed .pde -> .ino
-
FIX: Allow compilation on Arduino 1.0+
-
FIX: Added pre-emphasis flag, makes the signal more intelligible
-
FIX: Revamped modem code to avoid ISR overruns
-
FIX: improve baudrate accuracy
-
NEW: Support for PIC32 / Chipkit Uno32 platform
-
NEW: Support for active or passive buzzers (DC or PWM driven)
-
NEW: Battery voltage sensing
-
NEW: Slotted transmissions for multilaunch events
-
REMOVED: Support for the MX146 radio
- FIX: Altitude 16-bit rollover
-
FIX: More robust GPS parsing. It should improve compatibility with most NMEA-standard units.
-
FIX: Several optimizations in the modem module aimed at improving signal quality and reducing the chance of packet loss.
-
FIX: Cut down SRAM usage by 30% by moving the big sine table to PROGMEM.
-
NEW: Buzzer support for acoustic payload location.
-
NEW: Debug information to aid in testing the firmware without a radio.
-
NEW: The LED now indicates CPU activity.
-
FIX: APRS messages reported 1/10th of the actual speed
-
NEW: Switch in config.h between celsius/farenheit/kelvin temperatures
-
FIX: Eagle files: use soldermask under MOSFET Q5 as heat sink
-
FIX: TX LED's pin wasn't properly set as an output
-
FIX: Move code into the sketch's directory to avoid library clutter
-
NEW: Read internal/external temperatures from LM60 sensors
- First public release