Skip to content

Commit e71b59d

Browse files
committed
Removed arduinojson from neopixel directly, added ccache
1 parent 02db961 commit e71b59d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: c++
2+
cache: ccache
23
sudo: false
34
addons:
45
apt:

examples/Firebase_ESP8266_LEDs/Firebase_ESP8266_Neopixel/Firebase_ESP8266_Neopixel.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// Firebase_ESP8266-Neopixel is a sample that demonstrates how
1818
// to set pixel data using a firebase stream.
1919
#include <Firebase.h>
20-
#include <ArduinoJson.h>
2120
#include <ESP8266WiFi.h>
2221

2322
#include <Adafruit_NeoPixel.h>

0 commit comments

Comments
 (0)