Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006fc3 commit fe96fb8Copy full SHA for fe96fb8
examples/Basic/Modbus/Modbus.ino
@@ -13,7 +13,6 @@ void setup()
13
config.enableModbusSlave = true;
14
config.modbusBaudRate = 115200;
15
config.modbusSlaveId = 1;
16
- config.enableCan = true;
17
M5StamPLC.config(config);
18
19
/* Init M5StamPLC */
0 commit comments