Add MicroNMEA to libs

This commit is contained in:
Just Call Me Koko
2023-08-30 16:29:06 -04:00
parent 0106081308
commit c7936b06f2
4 changed files with 23 additions and 4 deletions
+7
View File
@@ -44,6 +44,13 @@ jobs:
ref: master
path: CustomAsyncTCP
- name: Install MicroNMEA
uses: actions/checkout@v2
with:
repository: stevemarple/MicroNMEA
ref: master
path: CustomMicroNMEA
- name: Install ESPAsyncWebServer
uses: actions/checkout@v2
with: