mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-08 07:27:27 -06:00
parent
5266ffb922
commit
d806175a80
2 changed files with 3 additions and 1 deletions
|
@ -1938,6 +1938,9 @@
|
|||
//#define CUSTOM_FIRMWARE_UPLOAD
|
||||
#endif
|
||||
|
||||
// "Over-the-air" Firmware Update with M936 - Required to set EEPROM flag
|
||||
//#define OTA_FIRMWARE_UPDATE
|
||||
|
||||
/**
|
||||
* Set this option to one of the following (or the board's defaults apply):
|
||||
*
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
/**
|
||||
* M936: Set one of the OTA update flags.
|
||||
* V2 = Upgrade the motherboard firmware
|
||||
* V3 = Upgrade the RTS controller firmware
|
||||
*/
|
||||
void GcodeSuite::M936() {
|
||||
static uint8_t ota_update_flag = 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue