diff --git a/customer_app/bl602_http_ota/README.md b/customer_app/bl602_http_ota/README.md index 7d5e531d..68fdd045 100644 --- a/customer_app/bl602_http_ota/README.md +++ b/customer_app/bl602_http_ota/README.md @@ -1,4 +1,10 @@ # http ota demo -1.Please use wifi command to connect your network,e.g. "wifi_sta_connect BouffaloLab 123456". -2.Use http ota command to download your ota firmware,e.g. "ota_http_cmd 10.0.0.55" +1. Build http server:Port :8080 , ota firmware :FW_OTA.bin.ota + + ![ota_server](ota_server.jpg) + + + + 2. Please use wifi command to connect your network, e.g. "wifi_sta_connect BouffaloLab 123456". + 3. Use http ota command to download your ota firmware, e.g. "ota_http_cmd 10.0.0.55" \ No newline at end of file diff --git a/customer_app/bl602_http_ota/ota_server.jpg b/customer_app/bl602_http_ota/ota_server.jpg new file mode 100644 index 00000000..1102600e Binary files /dev/null and b/customer_app/bl602_http_ota/ota_server.jpg differ