davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

Rename Wifi SSID #247

Closed rajavel1990 closed 2 weeks ago

rajavel1990 commented 2 weeks ago

I am trying to rename the Wifi SSID from comitup-586 to the Project name that we are building like "ABC Techtronics" how do we get this changed to reflect the project name as the Wifi SSID ?

davesteele commented 2 weeks ago

See the ap_name configuration parameter.

rajavel1990 commented 2 weeks ago

I have tried changing the ap_name but i dont see the changes it is still displaying comitup-586.

Screenshot 2024-06-20 at 6 47 58 PM Screenshot 2024-06-20 at 6 42 41 PM
davesteele commented 2 weeks ago

The "#" is a comment character. Remove it and the leading space.

rajavel1990 commented 2 weeks ago

This Worked. Thanks David.,