summaryrefslogtreecommitdiff
path: root/ao_config.c
Commit message (Collapse)AuthorAge
* Typo in callsignKeith Packard2009-05-13
|
* Pad callsign with nulsKeith Packard2009-05-09
|
* Use 'char' instead of 'uint8_t' for character dataKeith Packard2009-04-29
| | | | | String and character constants are of char type, so using uint8_t causes promotion to 16-bit types when comparing the two.
* Correct radio frequency shown in config display.Keith Packard2009-04-29
| | | | Radio frequency base is 434.550, not 435.550
* Add configuration supportKeith Packard2009-04-26
Current config variables: Main deploy altitude above launch (in meters) Acceleration zero g calibration (manual or automatic) Radio channel (freq = 435.550MHz + channel * 100kHz) Callsign (max 8 characters) Supporting this involved shuffling code around so that the non-telemetrum builds could include only the stuff they needed.