ModbusTCP&UDP option (-D IPMODBUS)

This commit is contained in:
2022-05-10 13:23:17 +03:00
parent 12487b871e
commit 64eea07d78
8 changed files with 717 additions and 2 deletions

View File

@@ -183,6 +183,10 @@ extern Streamlog errorSerial;
#endif
#endif
#ifdef IPMODBUS
#include "ipmodbus.h"
#endif
#include "Arduino.h"
#include "utils.h"
#include "textconst.h"