Skip to content

Commit 0d84861

Browse files
authored
Wifi manager frank cohen (#1642)
* Readme update Tested on ESP32-S3, so I added the ESP32-S3 shield to the readme * testing a commit * Update to Readme Added ESP32-S3 tag and fixed the release shield to not click away from the project. * Typos fixed
1 parent e76e4c2 commit 0d84861

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Espressif ESPx WiFi Connection manager with fallback web configuration portal
55

66
:warning: This Documentation is out of date, see notes below
77

8-
![Release](https://img.shields.io/github/v/release/tzapu/WiFiManager?include_prereleases)
8+
<a name="release"></a>
9+
[![Release](https://img.shields.io/github/v/release/tzapu/WiFiManager?include_prereleases)](#release)
910

1011
[![Build CI Status](https://github.com/tzapu/WiFiManager/actions/workflows/compile_library.yml/badge.svg)](https://github.com/tzapu/WiFiManager/actions/workflows/compile_library.yml)
1112

@@ -20,6 +21,7 @@ Espressif ESPx WiFi Connection manager with fallback web configuration portal
2021
[![ESP32](https://img.shields.io/badge/ESP-32-000000.svg?longCache=true&style=flat&colorA=CC101F)](https://www.espressif.com/en/products/socs/esp32)
2122
[![ESP32](https://img.shields.io/badge/ESP-32S2-000000.svg?longCache=true&style=flat&colorA=CC101F)](https://www.espressif.com/en/products/socs/esp32-s2)
2223
[![ESP32](https://img.shields.io/badge/ESP-32C3-000000.svg?longCache=true&style=flat&colorA=CC101F)](https://www.espressif.com/en/products/socs/esp32-c3)
24+
[![ESP32](https://img.shields.io/badge/ESP-32S3-000000.svg?longCache=true&style=flat&colorA=CC101F)](https://www.espressif.com/en/products/socs/esp32-S3)
2325

2426
Member to Member Support / Chat
2527

@@ -28,15 +30,10 @@ Member to Member Support / Chat
2830
[![Discord](https://img.shields.io/badge/Discord-WiFiManager-%237289da.svg?logo=discord)](https://discord.gg/nS5WGkaQH5)
2931
The configuration portal is of the captive variety, so on various devices it will present the configuration dialogue as soon as you connect to the created access point.
3032

31-
**This works with the ESP8266 Arduino platform**
32-
33-
[https://github.com/esp8266/Arduino](https://github.com/esp8266/Arduino)
34-
35-
**This works with the ESP32 Arduino platform**
36-
37-
[https://github.com/espressif/arduino-esp32](https://github.com/espressif/arduino-esp32)
33+
Works with the [ESP8266 Arduino](https://github.com/esp8266/Arduino) and [ESP32 Arduino](https://github.com/espressif/arduino-esp32) platforms.
3834

3935
### Known Issues
36+
4037
* Documentation needs to be updated, see [https://github.com/tzapu/WiFiManager/issues/500](https://github.com/tzapu/WiFiManager/issues/500)
4138
-------
4239

0 commit comments

Comments
 (0)