Previously uncommited change

This commit is contained in:
Gunnar Skjold
2023-08-31 09:32:21 +02:00
parent 61c5500fdd
commit b435f0eaaf

View File

@@ -82,7 +82,7 @@ void AmsData::apply(AmsData& other) {
this->activeExportPower = other.getActiveExportPower();
}
unsigned long AmsData::getLastUpdateMillis() {
uint64_t AmsData::getLastUpdateMillis() {
return this->lastUpdateMillis;
}