Fixed multiple bugs and errors.
- Added WARNING handler - put voltage calculations to dedicated module fixed last errors. Updated menu repair screen without ERROR from PID This is version 0.9.0.3, which is used for the first duration test Will also be tagged git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@272 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -61,7 +61,15 @@ ErrorStatus RepairPreset_generateDefaultPreset(struct RepairPreset* self, unsign
|
||||
}
|
||||
else
|
||||
{
|
||||
self->numberOfStages = 2;
|
||||
// TELSA PCBA does not need multiple stages
|
||||
if (PCBA_getInstance()->pcba == PCBA_Tesla)
|
||||
{
|
||||
self->numberOfStages = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
self->numberOfStages = 2;
|
||||
}
|
||||
}
|
||||
self->presetNumber = presetNumber;
|
||||
self->preset[0].softstartDuration = 1800;
|
||||
|
||||
Reference in New Issue
Block a user