Commit Graph

135 Commits

Author SHA1 Message Date
Sara Damiano
da6732b5a9 Pull some updates from upstream 2018-09-07 12:47:19 -04:00
Sara Damiano
078bc6d0fc Merge branch 'original' 2018-09-05 17:42:03 -04:00
Sara Damiano
df6ab6675b Added unsupported wifi fxns 2018-09-05 17:09:54 -04:00
Volodymyr Shymanskyy
d899424cca Cleanup 2018-06-11 01:17:13 +03:00
Volodymyr Shymanskyy
f4e30b2804 Merge branch 'master' of https://github.com/vshymanskyy/TinyGSM 2018-06-11 00:56:41 +03:00
Volodymyr Shymanskyy
4c994651b3 Override Client.write(const char*) 2018-06-11 00:56:23 +03:00
Volodymyr Shymanskyy
bc9818c353 Add comments 2018-06-11 00:52:36 +03:00
SRGDamia1
8ddb4c39fc Mostly whitespace changes 2018-05-16 13:07:34 -04:00
SRGDamia1
2a08a828b1 Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
2018-05-16 12:54:57 -04:00
SRGDamia1
cdcdd15a80 Minor realignment with vshymanskyy 2018-05-15 17:25:34 -04:00
SRGDamia1
a3914083bc Clean up 2018-05-15 15:42:34 -04:00
SRGDamia1
5824f290d1 Removed conflicting date/time functions 2018-05-10 16:21:31 -04:00
SRGDamia1
d9cd611576 Merge from vshymanskyy/master 2018-05-10 11:32:26 -04:00
Lefteris
2dbfa16215 Added Network Time Fetching for SimXXX 2018-04-25 10:05:00 +03:00
Sara Damiano
1707ab92a8 Merge branch 'master' into master 2018-04-16 14:01:26 -04:00
Volodymyr Shymanskyy
975ba8bf57 Fix SIM900 build 2018-04-14 17:55:10 +03:00
SRGDamia1
179432fe63 Merge updates from original version
Conflicts:
	library.json
	library.properties
	src/TinyGsmClientA6.h
	src/TinyGsmClientESP8266.h
	src/TinyGsmClientM590.h
	src/TinyGsmClientSIM800.h
	src/TinyGsmClientU201.h
	src/TinyGsmClientXBee.h
2018-03-15 16:47:43 -04:00
Volodymyr Shymanskyy
8255673424 Cleanup 2018-03-14 22:23:15 +02:00
Volodymyr Shymanskyy
618e45d8fd SIM800: Handle more responses for +CIPSTART 2018-03-14 01:18:13 +02:00
Volodymyr Shymanskyy
4f9182919f Make modem.stream public. Make user and pass optional in gprsConnect() 2018-03-14 01:15:43 +02:00
Volodymyr Shymanskyy
70e14853cd Disable SSL completely for SIM900 2018-03-14 01:05:07 +02:00
Volodymyr Shymanskyy
9068132ebf Merge pull request #128 from hubaksis/patch-1
Set an alphabet for SMS sending to "GSM" for SIM800/808
2018-03-14 01:02:28 +02:00
Volodymyr Shymanskyy
c8d71b3b8b Clear buffer on stop(). Fix #119 2018-03-14 00:59:02 +02:00
SRGDamia1
542d46d051 Debug on by default if define output 2018-02-23 15:00:39 -05:00
SRGDamia1
9f82293d70 Fixed JSON 2018-02-23 14:30:58 -05:00
SRGDamia1
55ac0cd9ae Keeping changes I like from other branches 2018-02-23 14:12:29 -05:00
SRGDamia1
18fddda241 Removed all phone and bluetooth fxns
And keeping only most basic SMS
2018-02-19 11:42:35 -05:00
hubaksis
e9107da01a Update TinyGsmClientSIM800.h
Set default alphabet for sendSMS
2018-02-05 13:08:03 +13:00
Dawid Cieszynski
dca93e053d bluetooth feature 2017-11-12 19:27:48 +01:00
Dawid Cieszynski
962cb482fa sms feature 2017-11-12 19:22:41 +01:00
Dawid Cieszynski
2238b6a05b add timeout to streamSkipUntil 2017-11-11 21:23:52 +01:00
SRGDamia1
f899aeb126 re-shortened maintain
problem was new lines, not time.
2017-10-30 14:14:09 -04:00
SRGDamia1
1f5b7a0249 Added a check for sock_connected so not endlessly trying to read
Otherwise was going into an endless reading loop because user code only asked for a short part of the total amount of data sent.
2017-10-30 13:49:54 -04:00
SRGDamia1
edcbc5459d Increased maintain to not miss closed at slow bauds 2017-10-15 21:25:57 -04:00
SRGDamia1
89203c8e25 Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
2017-10-15 13:33:37 -04:00