ESP32 Not see networks in turkey
Posted: Wed Feb 13, 2019 2:25 pm
Hi friends!
I have a big trouble with esp32
I develop a system based on esp32 in mexico, basically scan the networks to show it on application and works really good here in mexico:
wifi_scan_config_t scan_config = {
.ssid = 0,
.bssid = 0,
.channel = 0,
.show_hidden = true
};
I send the devices to turkey, but for my surprise, there no detects any network in turkey, do you have any idea of whats is happening
My customer has 2.4 ghz networks arround.
I have a big trouble with esp32
I develop a system based on esp32 in mexico, basically scan the networks to show it on application and works really good here in mexico:
wifi_scan_config_t scan_config = {
.ssid = 0,
.bssid = 0,
.channel = 0,
.show_hidden = true
};
I send the devices to turkey, but for my surprise, there no detects any network in turkey, do you have any idea of whats is happening
My customer has 2.4 ghz networks arround.