Firmware Upload via Binary Transfer (#23462)

This commit is contained in:
GHGiampy
2022-01-09 08:14:03 +01:00
committed by GitHub
parent 54f218e348
commit 1363b43946
8 changed files with 770 additions and 24 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):
*