Update esp_platform.cpp

This commit is contained in:
Bernator 2019-09-09 19:21:31 +02:00 committed by GitHub
parent 8c4080fb67
commit 7f8b19ba9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ void EspPlatform::macAddress(uint8_t * addr)
void EspPlatform::restart()
{
ArduinoPlatform::SerialDebug.println("restart");
println("restart");
ESP.reset();
}