We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the ESP8266_Thing_Dev wiki!
trying remote-monitoring Arduino sketch from iot-hub without success. Seems library sample_init.h is nowhere to be found.
#include "sample.h"
#include "esp8266/sample_init.h"
static char ssid[] = IOT_CONFIG_WIFI_SSID;
static char pass[] = IOT_CONFIG_WIFI_PASSWORD;
void setup() {
sample_init(ssid, pass);
}
I'm new to this so its very possible I'm missing something obvious. Comments will be appreciated.