MkLHX / AP_STA_RPI_SAME_WIFI_CHIP

Configures simultaneous AP and Managed Mode Wifi on Raspberry Pi with the same wifi chip
https://mklhx.github.io/AP_STA_RPI_SAME_WIFI_CHIP/
GNU General Public License v3.0
38 stars 14 forks source link

Change client SSID and pwd without internet #2

Closed FunkyKwak closed 3 years ago

FunkyKwak commented 3 years ago

Hi,

Thanks a lot for tour work, it helped me a lot !

I just have a question : how can I change the client SSID and password without internet connection ? Cause without internet I cannot use the curl command I used to setup it first.

Thanks in avance !

github-actions[bot] commented 3 years ago

Message that will be displayed on users' first issue

FunkyKwak commented 3 years ago

I finaly found out how : simply clone the repo on my server, and run ap_sta_config.sh as described in the readme. Sorry if the question was stupid. And thanks again for your work !

MkLHX commented 3 years ago

hello @FunkyKwak yeah that the limitation of the no install process ;-)

But you can download / clone the repo before to be sure to have the script elsewhere.

Good to see you finally find a solution to your issue ^^