Moved all src files into the src directory

Also fixed the "isNetworkConnected" for ESP8266
This commit is contained in:
SRGDamia1
2017-10-15 13:33:37 -04:00
parent f7bf8b1df2
commit 89203c8e25
12 changed files with 821 additions and 763 deletions

View File

@@ -16,7 +16,7 @@
},
"homepage": "https://github.com/vshymanskyy/TinyGSM",
"export": {
"exclude": [ "extras", "tools" ]
"exclude": [ "extras/*", "tools/*" ]
},
"frameworks": [ "arduino", "energia", "wiringpi" ],
"platforms": "*",