forked from xuos/xiuos
add application bin ota function by 4G adapter,this function need save the app bin to sdcard and startup the app from sdcrad
This commit is contained in:
@@ -15,11 +15,12 @@
|
||||
#include <user_api.h>
|
||||
|
||||
extern int FrameworkInit();
|
||||
|
||||
extern void ApplicationOtaTaskInit(void);
|
||||
int main(void)
|
||||
{
|
||||
printf("Hello, world!\n");
|
||||
FrameworkInit();
|
||||
ApplicationOtaTaskInit();
|
||||
return 0;
|
||||
}
|
||||
// int cppmain(void);
|
||||
|
||||
Reference in New Issue
Block a user