From 0d84861270c3cd64f72a4eaf34443ee580d2547e Mon Sep 17 00:00:00 2001 From: Frank Cohen Date: Sat, 20 Jan 2024 08:21:23 -0800 Subject: [PATCH] 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 --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 75c82c3b7..29976c613 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Espressif ESPx WiFi Connection manager with fallback web configuration portal :warning: This Documentation is out of date, see notes below -![Release](https://img.shields.io/github/v/release/tzapu/WiFiManager?include_prereleases) + +[![Release](https://img.shields.io/github/v/release/tzapu/WiFiManager?include_prereleases)](#release) [![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) @@ -20,6 +21,7 @@ Espressif ESPx WiFi Connection manager with fallback web configuration portal [![ESP32](https://img.shields.io/badge/ESP-32-000000.svg?longCache=true&style=flat&colorA=CC101F)](https://www.espressif.com/en/products/socs/esp32) [![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) [![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) +[![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) Member to Member Support / Chat @@ -28,15 +30,10 @@ Member to Member Support / Chat [![Discord](https://img.shields.io/badge/Discord-WiFiManager-%237289da.svg?logo=discord)](https://discord.gg/nS5WGkaQH5) 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. -**This works with the ESP8266 Arduino platform** - -[https://github.com/esp8266/Arduino](https://github.com/esp8266/Arduino) - -**This works with the ESP32 Arduino platform** - -[https://github.com/espressif/arduino-esp32](https://github.com/espressif/arduino-esp32) +Works with the [ESP8266 Arduino](https://github.com/esp8266/Arduino) and [ESP32 Arduino](https://github.com/espressif/arduino-esp32) platforms. ### Known Issues + * Documentation needs to be updated, see [https://github.com/tzapu/WiFiManager/issues/500](https://github.com/tzapu/WiFiManager/issues/500) -------