Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ LICENSE
.all-contributorsrc
.gitignore
Makefile
^other/*
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ Gemfile.lock
vendor/*
*.cpp.bin*

*libarduino*

# Doxygen Generated Files
public
3 changes: 3 additions & 0 deletions other/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
A [change](https://github.com/Arduino-CI/arduino_ci/pull/294) to arduino_ci gives us almost a 20x speed improvement. While we are waiting for that fix, we have the option of copying in the appropriate files and installing them in our own copy of the gem. Running `install.sh` does this.

See [this](https://github.com/Open-Acidification/TankController/issues/71) for a removal reminder.
Loading