mirror of
https://github.com/Show-maket/EthernetMaket.git
synced 2025-05-04 15:20:18 +00:00
Inheritance fix
This commit is contained in:
parent
ad8859af9a
commit
e6f2883584
@ -37,8 +37,8 @@ void onSend(){
|
||||
}
|
||||
|
||||
|
||||
// #define TEST_1
|
||||
#define TEST_2
|
||||
#define TEST_1
|
||||
// #define TEST_2
|
||||
|
||||
|
||||
void setup()
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "TCP.h"
|
||||
#include <functional>
|
||||
class EthernetMaketClient;
|
||||
class EthernetMaketServer : EthernetServer
|
||||
class EthernetMaketServer : public EthernetServer
|
||||
{
|
||||
private:
|
||||
EthernetClient available();
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define __MAKET_UDP_H__
|
||||
|
||||
#include "../util/config.h"
|
||||
class EthernetMaketUDP : EthernetUDP
|
||||
class EthernetMaketUDP : public EthernetUDP
|
||||
{
|
||||
private:
|
||||
ConnectionStatusSimple _status; // статус соединения
|
||||
|
Loading…
x
Reference in New Issue
Block a user