refactor(force_start_update): finish porting force update start script
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
d7bd3cf805
commit
2c25a43ba2
4 changed files with 52 additions and 18 deletions
|
@ -19,4 +19,21 @@ string OP_CALLBACK = "5";
|
|||
|
||||
|
||||
|
||||
string EMPTY_JSON = "{}";
|
||||
string EMPTY_JSON = "{}";
|
||||
string VERSION = "0.3.0-dev";
|
||||
|
||||
|
||||
|
||||
integer UPDATER_CHANNEL = 0xABCDE0;
|
||||
|
||||
|
||||
|
||||
|
||||
integer g_iUpdaterListener;
|
||||
integer g_iUpdaterSecureChannel;
|
||||
integer g_iUpdaterSecureListener;
|
||||
integer g_iClientPin;
|
||||
integer g_iUpdateRunning;
|
||||
integer g_iCurrentBundle;
|
||||
integer g_iServerListener;
|
||||
integer g_iUpdateHasStarted;
|
Loading…
Add table
Add a link
Reference in a new issue