Change WIFI channel from 5ghz to 2.4ghz

mrsgad

New Member
Joined
Aug 21, 2018
Messages
2
Reaction score
0
Country
United States
Last year, I broke the screen on my YI4K Action camera. I replaced the screen, but it isn't working correctly and I'm not able to see any display. I was able to modify the autoexec.ash to turn on wifi, but it's starting in 5ghz. My phone and tablet only use 2.4ghz so I'm not able to use the app to control the camera. Is there a command in autoexec.ash or system.pref. upload that will set the wifi channel?
 
Hey,

I did not find a way to change the frequence of the wifi by this way.
As you are in AP mode, the following should work.
Try to add a wifi.conf file in the root of your sdcard with (use notepad++ with linux line ending) :
Code:
# Wifi channel 5G/2.4G, set 0 to use 2.4G Channel/set 1 to use 5G
AP_CHANNEL_5G=0
This will change the default value to 2.4Ghz and not others values.
 
I tried this, but the wifi doesn't even start up. Thanks for your help anyway!
 
Back
Top