SRGDamia1
|
35e56e35dd
|
Adding missing return statement
|
7 years ago |
SRGDamia1
|
18fddda241
|
Removed all phone and bluetooth fxns
And keeping only most basic SMS
|
7 years ago |
SRGDamia1
|
618fc95b17
|
Lots of bail-outs if don't succeed in getting to command mode
|
7 years ago |
SRGDamia1
|
e18b1659e3
|
Added some outs for if XBee fails to get to commandMode
|
7 years ago |
Dawid Cieszynski
|
dca93e053d
|
bluetooth feature
|
7 years ago |
Dawid Cieszynski
|
962cb482fa
|
sms feature
|
7 years ago |
Dawid Cieszynski
|
2238b6a05b
|
add timeout to streamSkipUntil
|
7 years ago |
SRGDamia1
|
1bae64ca13
|
4 is not an acceptable status
|
7 years ago |
SRGDamia1
|
7399ef69a2
|
Increased maintain time again
|
7 years ago |
SRGDamia1
|
29dd7fd472
|
Added timeout to read
|
7 years ago |
SRGDamia1
|
13ef06a733
|
Fixed XBee read and stop
|
7 years ago |
SRGDamia1
|
f899aeb126
|
re-shortened maintain
problem was new lines, not time.
|
7 years ago |
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.
|
7 years ago |
SRGDamia1
|
3ae668b215
|
Fixed Bee sleep options
|
7 years ago |
SRGDamia1
|
f272a4895d
|
Initialized to prevent compiler warning.
|
7 years ago |
SRGDamia1
|
03a721521c
|
Added "isNetworkConnected" and secure client to XBee
|
7 years ago |
SRGDamia1
|
1f1dfc9c7f
|
Removed extra GSM_NL around "ALREADY CONNECT"
|
7 years ago |
SRGDamia1
|
6a04def5f3
|
Removed extra wait for 'connect' b/c it is before the ok
|
7 years ago |
SRGDamia1
|
5cba94408d
|
Fixed mux closed
|
7 years ago |
SRGDamia1
|
b67fcf8ffb
|
Removed excess XBee debugging
|
7 years ago |
SRGDamia1
|
2444373357
|
Added mux check for esp socket close
|
7 years ago |
SRGDamia1
|
28903e76a5
|
Removed GSM_NL around socket close for ESP
|
7 years ago |
SRGDamia1
|
186da1aba6
|
Debug statement to check missed "closed"
|
7 years ago |
SRGDamia1
|
16b843ec43
|
Waiting for WiFi disconnect
|
7 years ago |
SRGDamia1
|
b3044d2762
|
Added TestAT to XBee
|
7 years ago |
SRGDamia1
|
edcbc5459d
|
Increased maintain to not miss closed at slow bauds
|
7 years ago |
SRGDamia1
|
c7d79f40dd
|
Fixed read() to not wait on closed socket
|
7 years ago |
SRGDamia1
|
327c500b3e
|
Increased wait time for the "send ok" after sending data on ESP8266
|
7 years ago |
SRGDamia1
|
9a2ed09caf
|
Increased ESP buffer size
Is there a way to force it to return in smaller chunks?
|
7 years ago |
SRGDamia1
|
89203c8e25
|
Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
|
7 years ago |