- Register http://fota.vn account & clone this app
git clone --recursive https://github.com/tuanpmt/esp32-fota.git
- Copy your API Key at: http://fota.vn/me
- Build newest firmware (call it is
2.0
) make menuconfig
and set your WiFi ssid, pass, and Apikey above inFOTA Configuration
, setAPP_VERSION = 2.0
inmain/fota.c
, thenmake
- Upload firmware 2.0
build\fota-app.bin
to http://fota.vn/firmware withVersion will update to = 1.0
,This file version=2.0
- Set
APP_VERSION = 1.0
inmain/fota.c
, thenmake flash monitor
to see ESP32 connect to the internet and download 2.0 firmware to replace 1.0
This projects are released under the MIT license. Short version: this code is copyrighted to me @TuanPM, I give you permission to do wantever you want with it except remove my name from the credits. See the LICENSE file or http://opensource.org/licenses/MIT for specific terms.