We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266ffb commit d806175Copy full SHA for d806175
Marlin/Configuration_adv.h
@@ -1938,6 +1938,9 @@
1938
//#define CUSTOM_FIRMWARE_UPLOAD
1939
#endif
1940
1941
+ // "Over-the-air" Firmware Update with M936 - Required to set EEPROM flag
1942
+ //#define OTA_FIRMWARE_UPDATE
1943
+
1944
/**
1945
* Set this option to one of the following (or the board's defaults apply):
1946
*
Marlin/src/gcode/ota/M936.cpp
@@ -34,7 +34,6 @@
34
35
* M936: Set one of the OTA update flags.
36
* V2 = Upgrade the motherboard firmware
37
- * V3 = Upgrade the RTS controller firmware
38
*/
39
void GcodeSuite::M936() {
40
static uint8_t ota_update_flag = 0x00;
0 commit comments