summaryrefslogtreecommitdiff
path: root/src/telelco-v0.1/ao_lco.c
Commit message (Collapse)AuthorAge
* altos/telelco: Make the RSSI led turn red when no packet is receivedKeith Packard2012-10-15
| | | | | | | This involved splitting out the notion of ever having received an answer and having received an answer from the last query. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Only display every 10th box number during scanKeith Packard2012-10-15
| | | | | | This reduces the scan time to about 4 seconds, which seems tolerable Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Actually set pad when it changesKeith Packard2012-10-14
| | | | | | Oops. Lost the actual assignment to the current pad Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Handle case where no boxes are presentKeith Packard2012-10-14
| | | | | | Don't infinite loop looking for something which isn't there Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Only present valid padsKeith Packard2012-10-14
| | | | | | Limit pad display to valid pads, skipping missing ones. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Search for available firing nodes at boot timeKeith Packard2012-09-09
| | | | | | Query for available firing nodes, limiting device selections to those found. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Shuffle LCO functions around, add telelco first cutKeith Packard2012-08-30
Pull LCO functions shared between LCO UI and command line into ao_lco_funcs.c. Import bits for telelco. Signed-off-by: Keith Packard <keithp@keithp.com>