Is it possible to know the AP the pico-w is connected to? #1279
-
is something like ESP’s BSSID() available on the Picos? |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Mar 6, 2023
Replies: 1 comment 1 reply
-
Yes, and it's surprisingly called arduino-pico/libraries/WiFi/src/WiFiClass.h Line 276 in 54f9d3c |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
joba-1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, and it's surprisingly called
WiFi.BSSID()
😆arduino-pico/libraries/WiFi/src/WiFiClass.h
Line 276 in 54f9d3c