mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
update to eModbus 1.7.4
This commit is contained in:
@@ -47,6 +47,9 @@ public:
|
||||
// Inquire protocol mode
|
||||
bool isModbusASCII();
|
||||
|
||||
// set timeout
|
||||
void setModbusTimeout(unsigned long timeout);
|
||||
|
||||
// Toggle skipping of leading 0x00 byte
|
||||
void skipLeading0x00(bool onOff = true);
|
||||
|
||||
@@ -61,8 +64,6 @@ protected:
|
||||
ModbusServerRTU(ModbusServerRTU& m) = delete;
|
||||
ModbusServerRTU& operator=(ModbusServerRTU& m) = delete;
|
||||
|
||||
inline void isInstance() { } // Make class instantiable
|
||||
|
||||
// internal common begin function
|
||||
void doBegin(uint32_t baudRate, int coreID, uint32_t userInterval);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user