Fix binary protocol with one serial port (#13270)
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number. - Added packet number to "ok" response so hosts don't need to wait for the ACK. - Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
This commit is contained in:
parent
ab781de5a0
commit
4ab433d391
78 changed files with 124 additions and 121 deletions
|
|
@ -835,7 +835,7 @@
|
|||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue