Skip to content

Commit f9e9710

Browse files
authored
Remove references to note-c as a git submodule. (#93)
This repo uses a git subtree for note-c, not a submodule.
1 parent 5fd559c commit f9e9710

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/note-arduino-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
- name: Checkout Code
1414
id: checkout
1515
uses: actions/checkout@v2
16-
with:
17-
submodules: true
1816
- name: Run Tests In Container
1917
id: containerized_tests
2018
uses: ./.github/actions/run-tests-in-container
@@ -55,8 +53,6 @@ jobs:
5553
- name: Checkout Code
5654
id: checkout
5755
uses: actions/checkout@v2
58-
with:
59-
submodules: true
6056
- name: Compile Examples
6157
id: compile_examples
6258
uses: ./.github/actions/compile-examples

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ or C++. Your sketch may programmatically configure Notecard and send Notes to
1111
[Notehub.io][notehub].
1212

1313
This library is a wrapper around the [note-c library][note-c], which it includes
14-
as a git submodule.
14+
as a git subtree.
1515

1616
## Installation
1717

src/Notecard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* This library is a wrapper around and depends upon the
1919
* <a href="https://github.com/blues/note-c">note-c library</a>, which it
20-
* includes as a git submodule.
20+
* includes as a git subtree.
2121
*
2222
* In addition, this library requires a physical
2323
* connection to a Notecard over I2C or Serial to be functional.

src/Notecard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This library is a wrapper around the
1313
* <a href="https://github.com/blues/note-c">note-c library</a>, which it
14-
* includes as a git submodule.
14+
* includes as a git subtree.
1515
*
1616
* Written by Ray Ozzie and Brandon Satrom for Blues Inc.
1717
*

0 commit comments

Comments
 (0)