Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 32c3b28

Browse files
committed
third-party: remove old arduino-json
1 parent 3d405ca commit 32c3b28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+3
-4306
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ install:
1010
- ( cd ${ARDUINO_ESP8266_ROOT}/tools && python get.py )
1111
before_script:
1212
- mkdir -p ${ARDUINO_HOME}/libraries
13-
- ( cd ${ARDUINO_HOME}/libraries && ln -s ${TRAVIS_BUILD_DIR} firebase-arduino && ln -s ${TRAVIS_BUILD_DIR}/src/third-party/arduino-json-5.1.1 ArduinoJson )
13+
- ( cd ${ARDUINO_HOME}/libraries && ln -s ${TRAVIS_BUILD_DIR} firebase-arduino && ln -s ${TRAVIS_BUILD_DIR}/src/third-party/arduino-json-5.2 ArduinoJson )
1414
script:
1515
- ${ARDUINO_ROOT}/arduino-builder -verbose -hardware ${ARDUINO_ROOT}/hardware/ -tools ${ARDUINO_ESP8266_ROOT}/tools/ -tools ${ARDUINO_ROOT}/tools-builder/ -fqbn esp8266com:esp8266:nodemcuv2 -libraries ${ARDUINO_HOME}/libraries/ -prefs build.flash_ld=${ARDUINO_ESP8266_ROOT}/tools/sdk/ld/eagle.flash.4m.ld -prefs build.flash_freq=40 -prefs build.flash_size=4M examples/FirebasePush_ESP8266/FirebasePush_ESP8266.ino

src/Firebase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// TODO(edcoyne): move this into our mock_arduino fork where we actually do the
2727
// override.
2828
#define ARDUINO_STRING_OVERRIDE
29-
#include "third-party/arduino-json-5.1.1/include/ArduinoJson.h"
29+
#include "third-party/arduino-json-5.2/include/ArduinoJson.h"
3030

3131
class FirebaseGet;
3232
class FirebaseSet;

src/third-party/arduino-json-5.1.1/CHANGELOG.md

Lines changed: 0 additions & 244 deletions
This file was deleted.

src/third-party/arduino-json-5.1.1/LICENSE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/third-party/arduino-json-5.1.1/README.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)