mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Update esp_platform.h
This commit is contained in:
parent
0de4d5a9e5
commit
fa8ab659a6
@ -11,7 +11,7 @@ class EspPlatform : public ArduinoPlatform
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
EspPlatform();
|
EspPlatform();
|
||||||
EspPlatform( HardwareSerial& s);
|
EspPlatform( HardwareSerial* s);
|
||||||
|
|
||||||
// ip stuff
|
// ip stuff
|
||||||
uint32_t currentIpAddress() override;
|
uint32_t currentIpAddress() override;
|
||||||
|
Loading…
Reference in New Issue
Block a user