Creality STM32F401RE board (e.g., Ender-5 S1) (#25773)

This commit is contained in:
Scott Lahteine 2023-05-02 17:59:27 -05:00 committed by GitHub
parent 21ea9bf50f
commit e1f6435d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1881 additions and 7 deletions

View file

@ -1061,6 +1061,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 422: M422(); break; // M422: Set Z Stepper automatic alignment position using probe
#endif
#if ENABLED(OTA_FIRMWARE_UPDATE)
case 936: M936(); break; // M936: OTA update firmware.
#endif
#if SPI_FLASH_BACKUP
case 993: M993(); break; // M993: Backup SPI Flash to SD
case 994: M994(); break; // M994: Load a Backup from SD to SPI Flash