Skip to content
Mark C edited this page Jan 9, 2018 · 1 revision

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.

Clone this wiki locally