Commit 1f5476de authored by robert.sharp's avatar robert.sharp

Update Main.ino to clean up the code a little

parent 1b4f193c
...@@ -54,11 +54,10 @@ static const u1_t PROGMEM APPKEY[16] = { 0xEE, 0xB3, 0xA4, 0x83, 0xBF, 0xEC, 0x0 ...@@ -54,11 +54,10 @@ static const u1_t PROGMEM APPKEY[16] = { 0xEE, 0xB3, 0xA4, 0x83, 0xBF, 0xEC, 0x0
void os_getDevKey (u1_t* buf) { memcpy_P(buf, APPKEY, 16);} void os_getDevKey (u1_t* buf) { memcpy_P(buf, APPKEY, 16);}
static int mydata = -1; static int mydata = -1;
uint8_t testData[2]; uint8_t testData[2];
AirQualitySensor sensor(A0); AirQualitySensor sensor(A0);
static byte payload[2];
static osjob_t sendjob; static osjob_t sendjob;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment