AliOS-Things--ESP8266 (10)OTA在線升級

 在例程linkkitapp裏面的linkkit_example_solo.c文件裏面有OTA的功能代碼,只需要宏定義一個OTA_ENABLED就可以使用OTA功能了。 #define OTA_ENABLED 1 // 打開OTA功能 #if defined(OTA_ENABLED) #include "ota_service.h" #endif ...... ...... #if define
相關文章
相關標籤/搜索