Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
|
@@ -1722,16 +1722,17 @@ bool handle_update_begin(msg& message) |
|
|
deviceConfig->system_update_pending = 1; |
|
|
writeDeviceConfig(); |
|
|
} |
|
|
else if(deviceConfig->system_update_pending == 1){ |
|
|
set_oakboot_defaults(0); |
|
|
deviceConfig->system_update_pending = 2; |
|
|
writeDeviceConfig(); |
|
|
} |
|
|
else{ |
|
|
} |
|
|
//else if(deviceConfig->system_update_pending == 1){ |
|
|
// set_oakboot_defaults(0); |
|
|
// deviceConfig->system_update_pending = 2; |
|
|
// writeDeviceConfig(); |
|
|
//} |
|
|
/*else{ |
|
|
reboot_to_fallback_updater(); |
|
|
} |
|
|
}*/ |
|
|
|
|
|
} |
|
|
// } |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
@@ -8,10 +8,10 @@ |
|
|
|
|
|
#define PRODUCT_ID 82 |
|
|
#define PLATFORM_ID 82 |
|
|
#define OAK_SYSTEM_VERSION_INTEGER 5 |
|
|
#define OAK_SYSTEM_VERSION_INTEGER 6 |
|
|
#define OAK_SYSTEM_VERSION_MAJOR 1 |
|
|
#define OAK_SYSTEM_VERSION_MINOR 0 |
|
|
#define OAK_SYSTEM_VERSION_RELEASE 2 |
|
|
#define OAK_SYSTEM_VERSION_RELEASE 0 |
|
|
|
|
|
|
|
|
typedef enum |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.