Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 742 Bytes

Introduction

This is reference to create a esp captive portal Anytime the esp32 connected to wifi AP, a portal appeared After click on the link on the captive.html, user will be redirected to index.html

Libraries

You need to install these libraries to able to compile this project

Issue

  1. Can not flash on Ubuntu: Please give it permission by execute this command:
    $ sudo chmod 777 /dev/tty***
where *** is the id of your ESP32 connection
  1. Can not find build_command.json Remove output/build_command.json then rebuild