mirror of
https://github.com/thelsing/knx.git
synced 2025-10-22 11:14:38 +02:00
fix variable name for ESP platform
This commit is contained in:
parent
8b368abe39
commit
8ec0afc989
@ -42,7 +42,7 @@ uint32_t EspPlatform::uniqueSerialNumber()
|
|||||||
{
|
{
|
||||||
uint32_t chipid = ESP.getChipId();
|
uint32_t chipid = ESP.getChipId();
|
||||||
|
|
||||||
Serial.printf("uniqueSerialNumber: %0X\n", chipId);
|
Serial.printf("uniqueSerialNumber: %0X\n", chipid);
|
||||||
|
|
||||||
return chipId;
|
return chipId;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user