Inheritance fix

This commit is contained in:
DashyFox 2024-11-20 17:35:59 +03:00
parent ad8859af9a
commit e6f2883584
3 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ void onSend(){
}
// #define TEST_1
#define TEST_2
#define TEST_1
// #define TEST_2
void setup()

View File

@ -5,7 +5,7 @@
#include "TCP.h"
#include <functional>
class EthernetMaketClient;
class EthernetMaketServer : EthernetServer
class EthernetMaketServer : public EthernetServer
{
private:
EthernetClient available();

View File

@ -2,7 +2,7 @@
#define __MAKET_UDP_H__
#include "../util/config.h"
class EthernetMaketUDP : EthernetUDP
class EthernetMaketUDP : public EthernetUDP
{
private:
ConnectionStatusSimple _status; // статус соединения