This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
More careful selection of files to pack
v_master
Sara Damiano
4 years ago
parent
1576ecd18e
commit
02b5e68610
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+9
-1
library.json
+ 2
- 0
.gitignore
View File
@ -45,3 +45,5 @@ extras/At Command Manuals - Unsupported/*
# Filters
.gitconfig
filters/*
platformio_extra_envs.ini
*.tar.gz
+ 9
- 1
library.json
View File
@ -16,7 +16,15 @@
}
,
"homepage"
:
"https://github.com/vshymanskyy/TinyGSM"
,
"export"
:
{
"exclude"
:
[
"extras/*"
,
"tools/*"
]
"include"
:
[
"LICENSE"
,
"library.json"
,
"library.properties"
,
"README.md"
,
"keywords.txt"
,
"src/*"
,
"examples/*"
]
}
,
"frameworks"
:
[
"arduino"
,
"energia"
,
"wiringpi"
]
,
"platforms"
:
"*"
,
Write
Preview
Loading…
Cancel
Save