Update esp32_platform.h

This commit is contained in:
Bernator 2019-09-09 09:38:04 +02:00 committed by GitHub
parent 3ebea741f0
commit 0de4d5a9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ class Esp32Platform : public ArduinoPlatform
using ArduinoPlatform::_mulitcastPort;
public:
Esp32Platform();
Esp32Platform( HardwareSerial& s);
Esp32Platform( HardwareSerial* s);
// ip stuff
uint32_t currentIpAddress() override;