Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.6.0 for RP2040W boards
Browse files Browse the repository at this point in the history
### Initial Release v1.6.0

1. Add support to RP2040W boards, using [`arduino-pico core`](https://github.com/earlephilhower/arduino-pico)
2. Bump version to v1.6.0 to sync with [WiFiManager_Portenta_H7_Lite library](https://github.com/khoih-prog/WiFiManager_Portenta_H7_Lite)
  • Loading branch information
khoih-prog authored Aug 20, 2022
1 parent dc133dc commit ce96a66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ This is the terminal output when running [**RP2040W_WiFi**](examples/RP2040W_WiF
```
Start RP2040W_WiFi on RASPBERRY_PI_PICO_W with RP2040W WiFi
WiFiMulti_Generic v1.2.2
WiFiManager_RP2040W_Lite v1.0.0
WiFiManager_RP2040W_Lite v1.6.0
[WG] Set CustomsStyle to : <style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>
[WG] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
[WG] Set CORS Header to : Your Access-Control-Allow-Origin
Expand Down Expand Up @@ -845,7 +845,7 @@ h:UpdLittleFS
```
Start RP2040W_WiFi on RASPBERRY_PI_PICO_W with RP2040W WiFi
WiFiMulti_Generic v1.2.2
WiFiManager_RP2040W_Lite v1.0.0
WiFiManager_RP2040W_Lite v1.6.0
[WG] Set CustomsStyle to : <style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>
[WG] Set CustomsHeadElement to : <style>html{filter: invert(10%);}</style>
[WG] Set CORS Header to : Your Access-Control-Allow-Origin
Expand Down Expand Up @@ -933,7 +933,7 @@ This is the terminal output when running [**RP2040W_WiFi_MQTT**](examples/RP2040
```
Start RP2040W_WiFi_MQTT on RASPBERRY_PI_PICO_W with RP2040W WiFi
WiFiMulti_Generic v1.2.2
WiFiManager_RP2040W_Lite v1.0.0
WiFiManager_RP2040W_Lite v1.6.0
[WG] Hostname=RP2040W-MQTT
LittleFS Flag read = 0xd0d01234
Flag read = 0xd0d01234
Expand Down Expand Up @@ -972,7 +972,7 @@ LED_Control AIO_SUB_TOPIC = private/feeds/LED_Control
```
Start RP2040W_WiFi_MQTT on RASPBERRY_PI_PICO_W with RP2040W WiFi
WiFiMulti_Generic v1.2.2
WiFiManager_RP2040W_Lite v1.0.0
WiFiManager_RP2040W_Lite v1.6.0
[WG] Hostname=RP2040W-MQTT
LittleFS Flag read = 0xd0d04321
Flag read = 0xd0d04321
Expand Down

0 comments on commit ce96a66

Please sign in to comment.