@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user