Skip to content

Commit d806175

Browse files
committed
✨ OTA_FIRMWARE_UPDATE (Creality STM32F401RE)
Followup to #25773
1 parent 5266ffb commit d806175

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Marlin/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,6 +1938,9 @@
19381938
//#define CUSTOM_FIRMWARE_UPLOAD
19391939
#endif
19401940

1941+
// "Over-the-air" Firmware Update with M936 - Required to set EEPROM flag
1942+
//#define OTA_FIRMWARE_UPDATE
1943+
19411944
/**
19421945
* Set this option to one of the following (or the board's defaults apply):
19431946
*

Marlin/src/gcode/ota/M936.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
/**
3535
* M936: Set one of the OTA update flags.
3636
* V2 = Upgrade the motherboard firmware
37-
* V3 = Upgrade the RTS controller firmware
3837
*/
3938
void GcodeSuite::M936() {
4039
static uint8_t ota_update_flag = 0x00;

0 commit comments

Comments
 (0)