| 51 | const AUTOCAL_FILE = resolve(TRACKER_DIR, "../data/autocal.json"); |
| 52 | |
| 53 | export class ControlLoop { |
| 54 | private mode: TrackerMode = "auto"; |
| 55 | private manualHex: string | null = null; |
| 56 | private current: CurrentTarget | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected