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

Commit 9a95bc6

Browse files
authored
v1.9.2 : Workaround for RP2040W WiFi.status() bug
### Releases v1.9.2 1. Workaround for RP2040W WiFi.status() bug 2. Update WiFiMulti-related examples
1 parent 5395ce1 commit 9a95bc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"owner": "khoih-prog",
4141
"name": "WiFiMulti_Generic",
42-
"version": ">=1.1.1",
42+
"version": ">=1.2.1",
4343
"platforms": ["*"]
4444
},
4545
{

platformio/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ lib_deps =
4545
; PlatformIO 4.x
4646
; Functional-Vlpp@>=1.0.2
4747
; WiFiNINA_Generic@>=1.8.14-5
48-
; WiFiMulti_Generic@>=1.1.1
48+
; WiFiMulti_Generic@>=1.2.1
4949
; ESP_AT_Lib@>=1.4.1
5050
; PlatformIO 5.x
5151
khoih-prog/Functional-Vlpp@>=1.0.2
5252
khoih-prog/WiFiNINA_Generic@>=1.8.14-5
53-
khoih-prog/WiFiMulti_Generic@>=1.1.1
53+
khoih-prog/WiFiMulti_Generic@>=1.2.1
5454
khoih-prog/ESP_AT_Lib@>=1.4.1
5555

5656
build_flags =

0 commit comments

Comments
 (0)