Skip to content

Commit 591cdb7

Browse files
authored
Merge pull request #2184 from evaherrada/esp32-jsondemo-update
Added wire.h to JSONdemo.ino
2 parents f8409ef + 89dc4e2 commit 591cdb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ESP32_S2_WiFi_Tests/JSONdemo/JSONdemo.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ last revision November 2015
1818

1919
#include <WiFiClientSecure.h>
2020
#include <ArduinoJson.h>
21+
#include <Wire.h>
2122

2223
// uncomment the next line if you have a 128x32 OLED on the I2C pins
2324
//#define USE_OLED

0 commit comments

Comments
 (0)