Captive portal serving files from SPIFFS, updatable Over-The-Air.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
dennisdebel 075f74a472 added some instructions to the readme 4 年前
otasta added password for updating firmware ota 4 年前
README.md added some instructions to the readme 4 年前

README.md

ESP8266-captive-ota-spiffs

Captive portal serving files from SPIFFS, updatable Over-The-Air.

Running this code on ESP8266 or compatible creates an 'offline' hotspot (STA, station) with the SSID 'my-ssid'. It runs a webserver that serves files from the onboard SPIFFS memory. When connecting to the hotspot using iOS it serves a captive portal pop up (WebView). The ESP8266 code and SPIFFS contents are updatable 'Over-the-Air', when connected to the hotspot. Handy when physical access to the ESP8266 is hard.

First Time Usage

To make use of Over-the-Air updates you need to flash your ESP8266 with usb/serial first. After that, connect to the hotspot and select the port 'esp8266 on 192.168.4.1' from Arduino>Tools>Port.

You will need to type a password ('change-me') in order to commence uploading.

Trivia

  • uploading using OTA seems faster than using serial/usb
  • the size of you sketch/code and files/content can't be larger than half of the storage available

Todo

  • force captive portal webview popup on: Android, OSX, Windows