Skip to content

Commit 603f2b5

Browse files
authored
Merge pull request #490 from tzapu/esp32
Esp32 preliminary support
2 parents a6dc373 + 55b336e commit 603f2b5

File tree

16 files changed

+485
-251
lines changed

16 files changed

+485
-251
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ The configuration portal is of the captive variety, so on various devices it wil
77

88
First attempt at a library. Lots more changes and fixes to do. Contributions are welcome.
99

10-
#### This works with the ESP8266 Arduino platform with a recent stable release(2.0.0 or newer) https://github.com/esp8266/Arduino
10+
**This works with the ESP8266 Arduino platform with a recent stable release(2.0.0 or newer)**
11+
12+
[https://github.com/esp8266/Arduino](https://github.com/esp8266/Arduino)
13+
14+
**This works with the ESP32 Arduino platform with staging , with caveats below**
15+
16+
[https://github.com/espressif/arduino-esp32](https://github.com/espressif/arduino-esp32)
17+
18+
### Known Issues
19+
* :exclamation: ESP32 must be patched with webserver library, see [https://github.com/tzapu/WiFiManager/issues/513](https://github.com/tzapu/WiFiManager/issues/513)
20+
* :exclamation: ESP32 espressif/dnsserver contains bugs that prevent captive portal from working, see [https://github.com/tzapu/WiFiManager/issues/513](https://github.com/tzapu/WiFiManager/issues/513)
21+
* Documentation needs to be updated, see [https://github.com/tzapu/WiFiManager/issues/500](https://github.com/tzapu/WiFiManager/issues/500)
1122

1223
## Contents
1324
- [How it works](#how-it-works)
@@ -348,6 +359,8 @@ __THANK YOU__
348359

349360
[Shawn A](https://github.com/tablatronix)
350361

362+
[bbx10](https://github.com/bbx10)
363+
351364
[kentaylor](https://github.com/kentaylor)
352365

353366
[Maximiliano Duarte](https://github.com/domonetic)

0 commit comments

Comments
 (0)