Photon SoftAP Repository?

I have setup local compiling for the Photon, however the code that I am trying to compile utilizes SoftAP and the particle firmware doesn’t come with SoftAP.h or any of the other files required for SoftAP. Where would I acquire these files?

Have you got the “most recent” repo of the firmware framework downloaded?

If you search that repo for SoftAP you will find all the files are there

Make sure you’re actually compiling for Photon (PLATFORM=photon). The default is core and the Core doesn’t have SoftAP so you’ll get that error.