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

Commit

Permalink
v1.9.2 : Workaround for RP2040W WiFi.status() bug
Browse files Browse the repository at this point in the history
### Releases v1.9.2

1. Workaround for RP2040W WiFi.status() bug
2. Update WiFiMulti-related examples
  • Loading branch information
khoih-prog authored Aug 16, 2022
1 parent 5395ce1 commit 9a95bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"owner": "khoih-prog",
"name": "WiFiMulti_Generic",
"version": ">=1.1.1",
"version": ">=1.2.1",
"platforms": ["*"]
},
{
Expand Down
4 changes: 2 additions & 2 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ lib_deps =
; PlatformIO 4.x
; Functional-Vlpp@>=1.0.2
; WiFiNINA_Generic@>=1.8.14-5
; WiFiMulti_Generic@>=1.1.1
; WiFiMulti_Generic@>=1.2.1
; ESP_AT_Lib@>=1.4.1
; PlatformIO 5.x
khoih-prog/Functional-Vlpp@>=1.0.2
khoih-prog/WiFiNINA_Generic@>=1.8.14-5
khoih-prog/WiFiMulti_Generic@>=1.1.1
khoih-prog/WiFiMulti_Generic@>=1.2.1
khoih-prog/ESP_AT_Lib@>=1.4.1

build_flags =
Expand Down

0 comments on commit 9a95bc6

Please sign in to comment.