wifi.scan

Annex for ESP32
Post Reply
Michael S
Posts: 9
Joined: Mon May 17, 2021 7:09 pm
Location: Delbrück-Germany
Has thanked: 7 times

wifi.scan

Post by Michael S »

Hello community
again I am facing a problem.
I start a ESP32 Vers. 1.43.2 CAN BLE in Access Mode.
(192.168.4.1)
After I do a Wifi scan,I can no longer query my own IP.

Code: [Local Link Removed for Guests]

wlog word$(ip$,1)             rem Result 192.168.4.1

wifi.scan
while wifi.networks(a$) = -1   
wend

wlog word$(ip$,1)                      rem Result 0.0.0.0
Do I understand something wrong?

Kind regards
Michael
Post Reply