Change Photon SSID

I just did this today with the code below.

System.set(SYSTEM_CONFIG_SOFTAP_PREFIX, "Gizmo");

Edit: removed the code to check the value was already set since @mdma mentioned that System.set does it by itself.

2 Likes