scube/buildroot
Chris Pepper 4ab433d391 Fix binary protocol with one serial port ()
- 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.
..
bin Fix opt_add to accept quotes
etc Move etc/udev to buildroot/etc
share Fix binary protocol with one serial port ()