Search found 1 match

by Jonny190
Wed Aug 09, 2017 11:12 am
Forum: ESP32 Arduino
Topic: Help With Json and Oled
Replies: 3
Views: 8258

Help With Json and Oled

Hi Guys

Having issues parsing JSON in the below scetch:

#include <Arduino.h>

#include <WiFi.h>
#include <WiFiMulti.h>

#include <HTTPClient.h>

#include <ArduinoJson.h>

#include "SSD1306.h" // alias for `#include "SSD1306Wire.h"`

#define USE_SERIAL Serial

SSD1306 display(0x3c, 5, 4 ...

Go to advanced search