Skip to content

Commit

Permalink
remove remote dependency library and change to local library
Browse files Browse the repository at this point in the history
  • Loading branch information
Msq001 committed May 4, 2023
1 parent 3962e18 commit a243761
Show file tree
Hide file tree
Showing 1,642 changed files with 815,369 additions and 7 deletions.
10 changes: 10 additions & 0 deletions Firmware/lib/ArduinoJson/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html

BasedOnStyle: Google
Standard: Cpp03
AllowShortFunctionsOnASingleLine: Empty
IncludeBlocks: Preserve
IndentPPDirectives: AfterHash

# Always break after if to get accurate coverage
AllowShortIfStatementsOnASingleLine: false
1 change: 1 addition & 0 deletions Firmware/lib/ArduinoJson/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
17 changes: 17 additions & 0 deletions Firmware/lib/ArduinoJson/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.DS_Store
/.idea
/build
/bin
/lib
/sftp-config.json
.tags
.tags_sorted_by_file
/extras/fuzzing/*_fuzzer
/extras/fuzzing/*_fuzzer.options
/extras/fuzzing/*_fuzzer_seed_corpus.zip
.vs/
/out/

# Used by CI for Particle
/src/*.ino
/project.properties
3 changes: 3 additions & 0 deletions Firmware/lib/ArduinoJson/.mbedignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.github/
examples/
extras/
1 change: 1 addition & 0 deletions Firmware/lib/ArduinoJson/.piopm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "library", "name": "ArduinoJson", "version": "6.19.4", "spec": {"owner": "bblanchon", "id": 64, "name": "ArduinoJson", "requirements": null, "uri": null}}
1 change: 1 addition & 0 deletions Firmware/lib/ArduinoJson/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md
5 changes: 5 additions & 0 deletions Firmware/lib/ArduinoJson/ArduinoJson.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// ArduinoJson - https://arduinojson.org
// Copyright © 2014-2022, Benoit BLANCHON
// MIT License

#include "src/ArduinoJson.h"
Loading

0 comments on commit a243761

Please sign in to comment.