🔧 M485 future protocol

MarlinFirmware/Marlin#25680
This commit is contained in:
Scott Lahteine 2024-07-13 12:17:18 -05:00
parent 3482b98f7d
commit 2f5eb3f3de
375 changed files with 375 additions and 0 deletions

View file

@ -133,6 +133,7 @@
*/
//#define RS485_SERIAL_PORT 1
#ifdef RS485_SERIAL_PORT
//#define M485_PROTOCOL 1 // Check your host for protocol compatibility
//#define RS485_BUS_BUFFER_SIZE 128
#endif