mirror of
https://github.com/thelsing/knx.git
synced 2025-01-30 00:19:01 +01:00
fix build
This commit is contained in:
parent
cd0fdc85b6
commit
10b83b46bc
@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
class Esp32Platform : public ArduinoPlatform
|
class Esp32Platform : public ArduinoPlatform
|
||||||
{
|
{
|
||||||
using ArduinoPlatform::_mulitcastAddr;
|
|
||||||
using ArduinoPlatform::_mulitcastPort;
|
|
||||||
public:
|
public:
|
||||||
Esp32Platform();
|
Esp32Platform();
|
||||||
Esp32Platform( HardwareSerial* s);
|
Esp32Platform( HardwareSerial* s);
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
|
|
||||||
class EspPlatform : public ArduinoPlatform
|
class EspPlatform : public ArduinoPlatform
|
||||||
{
|
{
|
||||||
using ArduinoPlatform::_mulitcastAddr;
|
|
||||||
using ArduinoPlatform::_mulitcastPort;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
EspPlatform();
|
EspPlatform();
|
||||||
EspPlatform( HardwareSerial* s);
|
EspPlatform( HardwareSerial* s);
|
||||||
|
Loading…
Reference in New Issue
Block a user