FastLED 3.9.15
Loading...
Searching...
No Matches

◆ printSummaryTable()

void printSummaryTable ( const fl::vector< fl::DriverTestResult > & driver_results)

Print driver autoresearch summary table.

Parameters
driver_resultsVector of driver test results

Definition at line 99 of file AutoResearchHelpers.cpp.

99 {
100 // Delegate to library implementation
101 fl::validation::printSummaryTable(driver_results);
102}
void printSummaryTable(const fl::vector< fl::DriverTestResult > &driver_results)
Print driver validation summary table to log.

References fl::validation::printSummaryTable().

+ Here is the call graph for this function: