Print inverter serial as hex
This commit is contained in:
parent
850b8685a1
commit
b2271373a4
@ -24,7 +24,7 @@ void HoymilesClass::loop()
|
|||||||
std::shared_ptr<InverterAbstract> iv = getInverterByPos(inverterPos);
|
std::shared_ptr<InverterAbstract> iv = getInverterByPos(inverterPos);
|
||||||
if (iv != nullptr && _radio->isIdle()) {
|
if (iv != nullptr && _radio->isIdle()) {
|
||||||
Serial.print(F("Fetch inverter: "));
|
Serial.print(F("Fetch inverter: "));
|
||||||
Serial.println(iv->serial());
|
Serial.println(iv->serial(), HEX);
|
||||||
|
|
||||||
iv->sendStatsRequest(_radio.get());
|
iv->sendStatsRequest(_radio.get());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user