CUSTOM_FIRMWARE_UPLOAD

MarlinFirmware/Marlin#23462
This commit is contained in:
Scott Lahteine 2022-01-09 01:09:03 -06:00
parent 39600e18e4
commit 758d929ad6
271 changed files with 1355 additions and 0 deletions

View file

@ -1621,6 +1621,11 @@
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
//#define BINARY_FILE_TRANSFER
#if ENABLED(BINARY_FILE_TRANSFER)
// Include extra facilities (e.g., 'M20 F') supporting firmware upload via BINARY_FILE_TRANSFER
//#define CUSTOM_FIRMWARE_UPLOAD
#endif
/**
* Set this option to one of the following (or the board's defaults apply):
*