Skip to content

Commit 2ddce7f

Browse files
author
Eric
committed
Update ReadMe
1 parent d5ebb9a commit 2ddce7f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

ESP32_OTA/Simple_OTA_Solution/Simple_OTA_Application/Simple_OTA_Application.ino

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/////////////////////////////////////////////////////////////////
2+
/*
3+
OTA Solution - Build your own OTA platform (2/2, ESP32 OTA Application)
4+
Video Tutorial: https://youtu.be/oNFqwvYYWe4
5+
Created by Eric N. (ThatProject)
6+
*/
7+
/////////////////////////////////////////////////////////////////
8+
9+
110
#include "SimpleOTA.h"
211

312
SimpleOTA *simpleOTA;

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Thank you.
1010

1111
* [Youtube ESP32 Project](https://www.youtube.com/playlist?list=PLnq7JUnBumAyhSBBp95MsQ5-chBAYheZw)
1212

13+
* [OTA Solution - Build your own OTA platform (2/2, ESP32 OTA Application)][[Video]](https://youtu.be/oNFqwvYYWe4)[[Source Code]](https://github.com/0015/ThatProject/tree/master/ESP32_OTA/Simple_OTA_Solution/Simple_OTA_Application)
14+
1315
* [OTA Solution - Build your own OTA platform (1/2, Preparing Python Flask API Server)][[Video]](https://youtu.be/_uTZad8RMZk)[[Source Code]](https://github.com/0015/ThatProject/tree/master/ESP32_OTA/Simple_OTA_Solution/Python_Flask_REST_API_Server)
1416

1517
* [AWS IoT | Python MQTT Client for Multiple ESP32CAM][[Video]](https://youtu.be/-0L0PrfuSEo)[[Source Code]](https://github.com/0015/ThatProject/tree/master/ESP32_MQTT/3_Python_MQTT_Client_App)

0 commit comments

Comments
 (0)