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:
Wang_Weigen
2021-11-05 17:30:00 +08:00
parent dfdc29b1d8
commit 224201ba55
8 changed files with 567 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
menu "config application bin ota "
menuconfig APPLICATION_OTA
bool "Using app bin ota"
default n
endmenu