mirror of
https://github.com/thelsing/knx.git
synced 2025-10-17 11:14:33 +02:00
another fix variable name for ESP platform (need more coffee...)
This commit is contained in:
parent
8ec0afc989
commit
99b16680fa
@ -44,7 +44,7 @@ uint32_t EspPlatform::uniqueSerialNumber()
|
|||||||
|
|
||||||
Serial.printf("uniqueSerialNumber: %0X\n", chipid);
|
Serial.printf("uniqueSerialNumber: %0X\n", chipid);
|
||||||
|
|
||||||
return chipId;
|
return chipid;
|
||||||
}
|
}
|
||||||
|
|
||||||
void EspPlatform::restart()
|
void EspPlatform::restart()
|
||||||
|
Loading…
Reference in New Issue
Block a user