bugfixes for new print commands
This commit is contained in:
@ -329,7 +329,7 @@ ReturnValue_t PDU2Handler::printStatus(DeviceCommandId_t cmd) {
|
||||
}
|
||||
|
||||
void PDU2Handler::printHkTable() {
|
||||
sif::info << "PDU2 Info: SwitchState, Voltages [mV], Currents [mA]" << std::endl;
|
||||
sif::info << "PDU2 Info: SwitchState, Currents [mA], Voltages [mV]" << std::endl;
|
||||
sif::info << std::setw(30) << std::left << "Q7S" << std::dec << "| " <<
|
||||
unsigned(pdu2HkTableDataset.outEnabledQ7S.value) << ", " <<
|
||||
std::setw(4) << std::right <<
|
||||
|
Reference in New Issue
Block a user