Added wire.h to JSONdemo.ino
This commit is contained in:
parent
f8409ef72e
commit
89dc4e26c7
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ last revision November 2015
|
|||
|
||||
#include <WiFiClientSecure.h>
|
||||
#include <ArduinoJson.h>
|
||||
#include <Wire.h>
|
||||
|
||||
// uncomment the next line if you have a 128x32 OLED on the I2C pins
|
||||
//#define USE_OLED
|
||||
|
|
|
|||
Loading…
Reference in a new issue