mirror of
https://github.com/thelsing/knx.git
synced 2025-08-08 13:47:01 +02:00
Update esp32_platform.h
This commit is contained in:
parent
3ebea741f0
commit
0de4d5a9e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user