Skip to content
Masyukov Pavel edited this page May 24, 2026 · 2 revisions

ESP32-DFU-iOS Wiki

Welcome to the project wiki.

Pages

  • Getting Started
  • DFU Protocol
  • Troubleshooting
  • Release Process

Repository Docs

Primary documentation is stored in the repository under docs and top-level markdown files.

Publishing This Wiki to GitHub

This repository stores wiki source files in the wiki directory. To publish to GitHub Wiki:

  1. Clone the wiki repository:
git clone https://github.com/Developer-RU/ESP32-DFU-iOS.wiki.git
  1. Copy markdown files from local wiki directory into the cloned wiki repo.
  2. Commit and push.

GitHub Wiki will render Home.md as the start page.

Clone this wiki locally