项目作者: QB4-dev

项目描述 :
OTA upgrade
高级语言: HTML
项目地址: git://github.com/QB4-dev/esp_nano_httpd_fota.git
创建时间: 2018-05-14T17:46:39Z
项目社区:https://github.com/QB4-dev/esp_nano_httpd_fota

开源协议:MIT License

下载


esp_nano_httpd FOTA example

To compile yourself:

git clone https://github.com/QB4-dev/esp_nano_httpd_fota --recursive

cd esp_nano_httpd_fota

make

make flash

In this example you can test FOTA upgrade feature. It has been tested on ESP-12 board.

See it in action
https://gfycat.com/UnsungObedientAmericankestrel

To use it on ESP-01(with 1MB flash) please change in Makefile

  1. #SPI flash size, in K
  2. ESP_SPI_FLASH_SIZE_K=4096

to

  1. #SPI flash size, in K
  2. ESP_SPI_FLASH_SIZE_K=1024

In case of errors during boot execute
make flashinit
This will fix flash rf_cal section

You can also check file upload feature. Just upload text file and see it’s content in iframe