| Line | Branch | Decision | Exec | Source |
|---|---|---|---|---|
| 1 | /* | |||
| 2 | * @file configurationWizard.cpp | |||
| 3 | * | |||
| 4 | * @date: nov 11, 2025 | |||
| 5 | * @author FDSoftware | |||
| 6 | */ | |||
| 7 | ||||
| 8 | #include "configuration_wizard.h" | |||
| 9 | ||||
| 10 | 595 | void ConfigurationWizard::onConfigOnStartUpOrBurn() { | ||
| 11 | 595 | vinStrategy(); | ||
| 12 | 595 | } | ||
| 13 |