I was wondering if it is possible to change the SSID of the access point created by the SoftAP?
I’d like it to show my product name instead of something beginning with “photon-”.
Edit/Solution [MOD - @harrisonhjones]
You can set the SoftAP prefix or suffix using the following two commands:
System.set(SYSTEM_CONFIG_SOFTAP_PREFIX, "hello");
System.set(SYSTEM_CONFIG_SOFTAP_SUFFIX, "hello");