| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
String and character constants are of char type, so using uint8_t causes
promotion to 16-bit types when comparing the two.
|
|
|
|
| |
Radio frequency base is 434.550, not 435.550
|
|
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.
|