WifiSetup with C# - need help with Encryption

Sorry, I should have included that additional hex string/byte array conversion code as well. It looks like you’re using exactly what I have as well now.

Did your Photon take the AP settings without any issue? I am using System.Net.HttpClient, and I ran into the following problem:

I had to bypass HttpClient for that call, and implement the HTTP POST myself over TCP. Kind of a pain.