Skip to content

Commit

Permalink
Add warning about SmartConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Mar 6, 2019
1 parent 3d805eb commit 742dabc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Making ESP32 wifi setup trivial with Android/iOS helper apps. 5 lines of code and no more hardcoded keys.

Note: This library works, but it depends on the ESP32/TI SmartConfig standard. That standard has _problems_
mainly it can't work with mixed 5G/2.4G networks and modern cellphones. Therefore for all of my new projects
I'm using [AutoConnect](https://github.com/Hieromon/AutoConnect). I just discovered AutoConnect, it is quite nice. You should
probably use it rather than this library.

# Usage

I poked around on the internet for documentation on the usage of the ESP32 SmartConfig
Expand Down

0 comments on commit 742dabc

Please sign in to comment.