another fix variable name for ESP platform (need more coffee...)

This commit is contained in:
Julius Lipp 2021-04-12 10:26:35 +02:00
parent 8ec0afc989
commit 99b16680fa

View File

@ -44,7 +44,7 @@ uint32_t EspPlatform::uniqueSerialNumber()
Serial.printf("uniqueSerialNumber: %0X\n", chipid);
return chipId;
return chipid;
}
void EspPlatform::restart()