Merge pull request #60 from AmanTahiliani/feat/issue-19-auto-chapter-detection-rc-position-swing

Auto-chapter detection (RC + position swings) (#19)
This commit is contained in:
Aman Tahiliani
2026-07-11 18:06:33 -04:00
committed by GitHub
8 changed files with 940 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ describe('CommandCenterPage', () => {
race_control: [],
weather: [],
laps: [],
chapters: [],
})
})

View File

@@ -155,6 +155,7 @@ const raceHub: RaceHub = {
is_pit_out_lap: false,
},
],
chapters: [],
}
const weekend: Weekend = {