Browse Source
Merge pull request #729 from liamcottle/fix/thinknodem1
ThinkNode M1: add missing crc lib dep
pull/731/head
Liam Cottle
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
variants/thinknode_m1/platformio.ini
|
|
@ -92,4 +92,5 @@ lib_deps = |
|
|
${ThinkNode_M1.lib_deps} |
|
|
${ThinkNode_M1.lib_deps} |
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
zinggjm/GxEPD2 @ 1.6.2 |
|
|
zinggjm/GxEPD2 @ 1.6.2 |
|
|
|
|
|
bakercp/CRC32 @ ^2.0.0 |
|
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
|
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
|
|
|