[PR #587] [MERGED] WIP: Added OTA updater option from esp8266 #1649

Closed
opened 2026-02-28 02:12:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/587
Author: @sidey79
Created: 4/9/2018
Status: Merged
Merged: 11/8/2018
Merged by: @tablatronix

Base: otaHead: dev-ota-updater


📝 Commits (7)

  • 8065a1e Added OTA updater option from esp8266. Code is manly taken from KoljaWindeler but modified in some pieces to fit current library version
  • 16bc717 Include Update.h for ESP32
  • 3fafb33 HTML Pages and generation for OAT Update adapted to current version of lib
  • fe17307 Updated include for ota update lib for esp32
  • 9e265b4 Merge remote-tracking branch 'remotes/origin/development' into dev-ota-updater
  • 428c9fc Updated for ESP32 - compile only tested
  • 7dc75ea Merge branch 'ota' into dev-ota-updater

📊 Changes

3 files changed (+108 additions, -0 deletions)

View changed files

📝 WiFiManager.cpp (+93 -0)
📝 WiFiManager.h (+6 -0)
📝 strings_en.h (+9 -0)

📄 Description

Added OTA update support in config portal page


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/587 **Author:** [@sidey79](https://github.com/sidey79) **Created:** 4/9/2018 **Status:** ✅ Merged **Merged:** 11/8/2018 **Merged by:** [@tablatronix](https://github.com/tablatronix) **Base:** `ota` ← **Head:** `dev-ota-updater` --- ### 📝 Commits (7) - [`8065a1e`](https://github.com/tzapu/WiFiManager/commit/8065a1eaa4cb2581acf37d820dc6ac8e7fcc86c6) Added OTA updater option from esp8266. Code is manly taken from KoljaWindeler but modified in some pieces to fit current library version - [`16bc717`](https://github.com/tzapu/WiFiManager/commit/16bc717cebeb70d7b2313af39f3fe3f72748b24c) Include Update.h for ESP32 - [`3fafb33`](https://github.com/tzapu/WiFiManager/commit/3fafb3304a0c7e61b06cbb1348993cc3d65bb168) HTML Pages and generation for OAT Update adapted to current version of lib - [`fe17307`](https://github.com/tzapu/WiFiManager/commit/fe17307e090c72a5885a5b93ab39de62308bb476) Updated include for ota update lib for esp32 - [`9e265b4`](https://github.com/tzapu/WiFiManager/commit/9e265b44b5ca6f7241860630623a84138a9284fd) Merge remote-tracking branch 'remotes/origin/development' into dev-ota-updater - [`428c9fc`](https://github.com/tzapu/WiFiManager/commit/428c9fcbd593425c41174e0adc8d20c233e03f51) Updated for ESP32 - compile only tested - [`7dc75ea`](https://github.com/tzapu/WiFiManager/commit/7dc75eacde34ad688f5e12d6ccd6f2f3a1a201a1) Merge branch 'ota' into dev-ota-updater ### 📊 Changes **3 files changed** (+108 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+93 -0) 📝 `WiFiManager.h` (+6 -0) 📝 `strings_en.h` (+9 -0) </details> ### 📄 Description Added OTA update support in config portal page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 02:12:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1649
No description provided.