Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Esp32 #490

Merged
merged 59 commits into from
Feb 15, 2018
Merged

Esp32 #490

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
90024b8
adding def blocks, nonworking
tablatronix Jan 23, 2018
f3be7c7
it compiles
tablatronix Jan 23, 2018
2af1c62
redo esp32 disconnect
tablatronix Jan 24, 2018
2a50d79
fix esp32 softap numclients
tablatronix Jan 24, 2018
e5879b2
fix esp32 autoconnect
tablatronix Jan 24, 2018
ceaf53f
adds esp32 autoreconnector
tablatronix Jan 24, 2018
ead2b73
enable autoreconnect
tablatronix Jan 24, 2018
8dbe045
remove system_event_info_t arg
tablatronix Jan 24, 2018
7189e36
clean up defines, remove esp31b
tablatronix Jan 24, 2018
de2deb8
oops
tablatronix Jan 24, 2018
3777fcc
esp32 about page
tablatronix Jan 24, 2018
65c06c6
esp32 auto ssid
tablatronix Jan 24, 2018
1f691ae
typo
tablatronix Jan 24, 2018
a52740e
fix esp32 erase flash
tablatronix Jan 25, 2018
af507d7
add bbx10 to authors
tablatronix Jan 25, 2018
f820dc7
fix esp32 SSID tokens
tablatronix Jan 25, 2018
c13c076
quiet timeout logging
tablatronix Jan 25, 2018
e56d22c
fix esp32 enablesta toggle
tablatronix Jan 25, 2018
2761656
change wifi_ssid ret to string, fix info
tablatronix Jan 25, 2018
4db69a3
rework def WEBSERVERSHIM
tablatronix Jan 25, 2018
0fb86c3
fix deprecated warnings
tablatronix Jan 26, 2018
a3678c6
millis typo
tablatronix Jan 27, 2018
42cd1ae
fix for erase config when STA disabled
tablatronix Jan 27, 2018
867eb4e
oops
tablatronix Jan 27, 2018
3b6d5f7
replace esp.reset with restart
tablatronix Jan 27, 2018
9a3f501
Merge branch 'development' into esp32
tablatronix Jan 27, 2018
e55741f
Merge branch 'development' into esp32
tablatronix Jan 27, 2018
8531753
fix esp8266 bug WEBSERVERSHIM
tablatronix Jan 27, 2018
cb02e72
fix esp8366 bug
tablatronix Jan 27, 2018
00fb96a
Merge branch 'development' into esp32
tablatronix Jan 28, 2018
7e14557
adds esp debugplatforminfo
tablatronix Jan 28, 2018
380a63d
attempt resetsettings fix
tablatronix Jan 29, 2018
fdfaecc
Fix examples
tablatronix Jan 29, 2018
d1639e2
update library.json
tablatronix Jan 29, 2018
d4540f1
update library.properties
tablatronix Jan 29, 2018
da66231
Merge branch 'development' into esp32
tablatronix Feb 1, 2018
44c85a2
fixup merge
tablatronix Feb 1, 2018
2b9ddea
debugsoftapconfig for esp32
tablatronix Feb 6, 2018
b22686c
make debug funcs public
tablatronix Feb 6, 2018
7cc86e5
fix esp32 examples
tablatronix Feb 6, 2018
8e07025
fix esp32 wifi.ssid
tablatronix Feb 6, 2018
4d71589
Update README.md
tablatronix Feb 7, 2018
0af804a
Merge branch 'master' into esp32
tablatronix Feb 7, 2018
2c735ab
Merge branch 'development' into esp32
tablatronix Feb 12, 2018
617e52c
implemented info strings for esp32
tablatronix Feb 12, 2018
75d007d
Merge branch 'development' into esp32
tablatronix Feb 12, 2018
95b4845
Merge branch 'development' into esp32
tablatronix Feb 12, 2018
1f7dc79
added webserver precompiler warning
tablatronix Feb 12, 2018
17410d3
readme
tablatronix Feb 12, 2018
bab1201
fix esp32 esp8266 bug
tablatronix Feb 13, 2018
ca3a726
Merge branch 'development' into esp32
tablatronix Feb 14, 2018
91383f9
refix memsketch
tablatronix Feb 14, 2018
18cb6af
dup define
tablatronix Feb 15, 2018
9da297f
moved _wifissidprefix to progmem
tablatronix Feb 15, 2018
3e66273
esp32 strings progmem
tablatronix Feb 15, 2018
8c1e070
strings
tablatronix Feb 15, 2018
26ba373
move authmode to progmem
tablatronix Feb 15, 2018
625c8e2
Merge branch 'esp32' of https://github.com/tzapu/WiFiManager into esp32
tablatronix Feb 15, 2018
55b336e
Merge branch 'development' into esp32
tablatronix Feb 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ The configuration portal is of the captive variety, so on various devices it wil

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

#### This works with the ESP8266 Arduino platform with a recent stable release(2.0.0 or newer) https://github.com/esp8266/Arduino
**This works with the ESP8266 Arduino platform with a recent stable release(2.0.0 or newer)**

[https://github.com/esp8266/Arduino](https://github.com/esp8266/Arduino)

**This works with the ESP32 Arduino platform with staging , with caveats below**

[https://github.com/espressif/arduino-esp32](https://github.com/espressif/arduino-esp32)

### Known Issues
* :exclamation: ESP32 must be patched with webserver library, see [https://github.com/tzapu/WiFiManager/issues/513](https://github.com/tzapu/WiFiManager/issues/513)
* :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)
* Documentation needs to be updated, see [https://github.com/tzapu/WiFiManager/issues/500](https://github.com/tzapu/WiFiManager/issues/500)

## Contents
- [How it works](#how-it-works)
Expand Down Expand Up @@ -348,6 +359,8 @@ __THANK YOU__

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

[bbx10](https://github.com/bbx10)

[kentaylor](https://github.com/kentaylor)

[Maximiliano Duarte](https://github.com/domonetic)
Expand Down
Loading