mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-27 17:19:08 +03:00
update to eModbus 1.7.4
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
// Create own non-virtual EthernetServer class
|
||||
class EthernetServerEM : public EthernetServer {
|
||||
public:
|
||||
EthernetServerEM(uint16_t port) : EthernetServer(port) { }
|
||||
void begin(uint16_t port = 0) { }
|
||||
explicit EthernetServerEM(uint16_t port) : EthernetServer(port) { }
|
||||
void begin(uint16_t port = 0) override { }
|
||||
};
|
||||
|
||||
#include "ModbusServerTCPtemp.h"
|
||||
|
||||
Reference in New Issue
Block a user