Particle Electron APN

Hi, I’m having problems connecting my Electron through a Hologram card.

Does this look right:

STARTUP(cellular_credentials_set("hologram", "", "", NULL));

?

Thanks!

Looks good. Make sure to include the cellular_hal library.

#include "cellular_hal.h"
STARTUP(cellular_credentials_set("hologram", "", "", NULL));

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.