Have questions about FETS, transistors, measurement, power supplies, or anything else electrical?

User avatar
By wonderfuliot
#79972 Hi,

Is it possible to change the SSID after a client has connected, if yes, how?
I am using WiFi.softAP(ssid, pwd); API to start an AP and want the SSI to change to show the number of users connected to the AP ie I want to start AP visible as TestAP-0 and when 1 client is connected it should show TestAP-1.

This will let users know the current 'load' on the AP.

Thanks and Regards,
WI