Commit Graph

28 Commits

Author SHA1 Message Date
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
4f9182919f Make modem.stream public. Make user and pass optional in gprsConnect() 2018-03-14 01:15:43 +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
a52c19837e Added ESP getRegStatus, fixed same for XBee 2018-02-20 19:23:34 -05:00
SRGDamia1
bec8f16d13 Rename classes for A6, ESP, M590 and XBee 2018-02-20 11:33:19 -05:00
Sara Damiano
12de2c425e Merge pull request #10 from dawidcieszynski/master
Skip stream timeouts, et al.
2018-02-19 11:28:49 -05:00
SRGDamia1
e18b1659e3 Added some outs for if XBee fails to get to commandMode 2018-02-16 17:20:21 -05:00
Dawid Cieszynski
2238b6a05b add timeout to streamSkipUntil 2017-11-11 21:23:52 +01:00
SRGDamia1
1bae64ca13 4 is not an acceptable status 2017-11-09 16:48:05 -05:00
SRGDamia1
7399ef69a2 Increased maintain time again 2017-11-09 15:12:58 -05:00
SRGDamia1
29dd7fd472 Added timeout to read 2017-11-09 12:35:28 -05:00
SRGDamia1
f899aeb126 re-shortened maintain
problem was new lines, not time.
2017-10-30 14:14:09 -04:00
SRGDamia1
f272a4895d Initialized to prevent compiler warning. 2017-10-27 12:53:02 -04:00
SRGDamia1
1f1dfc9c7f Removed extra GSM_NL around "ALREADY CONNECT" 2017-10-26 16:33:30 -04:00
SRGDamia1
6a04def5f3 Removed extra wait for 'connect' b/c it is before the ok 2017-10-26 16:15:37 -04:00
SRGDamia1
5cba94408d Fixed mux closed 2017-10-26 13:26:02 -04:00
SRGDamia1
2444373357 Added mux check for esp socket close 2017-10-25 16:20:51 -04:00
SRGDamia1
28903e76a5 Removed GSM_NL around socket close for ESP 2017-10-25 16:05:33 -04:00
SRGDamia1
186da1aba6 Debug statement to check missed "closed" 2017-10-25 15:37:12 -04:00
SRGDamia1
16b843ec43 Waiting for WiFi disconnect 2017-10-25 15:11:43 -04:00
SRGDamia1
edcbc5459d Increased maintain to not miss closed at slow bauds 2017-10-15 21:25:57 -04:00
SRGDamia1
c7d79f40dd Fixed read() to not wait on closed socket 2017-10-15 21:09:00 -04:00
SRGDamia1
327c500b3e Increased wait time for the "send ok" after sending data on ESP8266 2017-10-15 20:33:27 -04:00
SRGDamia1
9a2ed09caf Increased ESP buffer size
Is there a way to force it to return in smaller chunks?
2017-10-15 13:54:07 -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