Commit Graph

87 Commits

Author SHA1 Message Date
Sara Damiano
564846c872 Added debug print with compiled client file name
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-03-08 10:56:57 -04:00
Sara Damiano
62516d26a3 Need more truth-checks
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-18 22:20:07 -05:00
Sara Damiano
7b40ee2f33 Check possible mux numbers
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-18 17:54:04 -05:00
Sara Damiano
f7659e389c Oops, fix for the urc's
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-18 16:03:58 -05:00
Sara Damiano
6e7ea5aced Handle URC's related to automatic time updates
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-18 15:54:13 -05:00
Sara Damiano
5296cd58cb Stop does not need to be virtual at this time 2020-02-17 17:22:39 -05:00
Sara Damiano
a483b288b6 Only use CME_Error if debug
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-17 14:37:12 -05:00
Sara Damiano
2616a3d642 Change from switch case to required define
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-17 13:07:01 -05:00
Sara Damiano
bb91fffb31 Rename so *I* don't screw them up
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-17 11:10:58 -05:00
Sara Damiano
3102de00c3 Size a few more things
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-17 10:57:44 -05:00
Sara Damiano
cbcf7734bb Removed some non-ascii characters
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-13 17:34:46 -05:00
Sara Damiano
899c1d8233 Remove GSMLocation from MC60
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-12 18:54:36 -05:00
Sara Damiano
be81985c83 Many sub templates to inherit from! 2020-02-11 16:03:44 -05:00
Sara Damiano
41531c339b Reorder some functions 2020-02-11 11:08:03 -05:00
Sara Damiano
06c31aa856 Replace *most* toInt and toFloat's
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-07 17:42:02 -05:00
Sara Damiano
24a57d7fd3 Fixes around cmee
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-07 14:12:25 -05:00
Sara Damiano
944f651865 Changed some format penalties
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-07 13:18:36 -05:00
Sara Damiano
5daa3efa82 Version bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-06 18:24:22 -05:00
Sara Damiano
d3d1083d8f CRTP!!!! Totally untested
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2020-02-06 15:20:44 -05:00
Sara Damiano
7d6aba266c Merge pull request #26 from AlexIII/master
crtp
2020-01-31 17:16:29 -05:00
Alexander Chernoskutov
1a326b9411 use common TinyGsmUTFSMS calss 2019-12-03 19:44:33 +05:00
Alexander Chernoskutov
587be978b6 remove vitrual dtors 2019-12-03 11:32:33 +05:00
Sara Damiano
bfd6055c46 NOT factory resetting in init 2019-09-26 16:38:15 -04:00
Sara Damiano
17cdde291f Tiny change to M95 and it works! 2019-09-09 18:24:24 -04:00
Sara Damiano
aeb7579fd2 More quectel fixes 2019-09-06 18:06:11 -04:00
Sara Damiano
c83063fa5d Fix QIRDI 2019-09-06 15:09:49 -04:00
Sara Damiano
6c0ec95a7e Oops, fixed some signed/unsigned comparisons 2019-09-05 13:23:46 -04:00
Sara Damiano
05bee3294a some extra casting around size_t 2019-09-05 12:03:00 -04:00
Sara Damiano
a5b1681304 Woops, extra comma 2019-09-04 13:19:53 -04:00
Sara Damiano
58ff6b42dd Move up QIMODE and QIMUX 2019-09-03 13:24:52 -04:00
Sara Damiano
1651e9f0bc M95 missing comma 2019-09-03 13:17:59 -04:00
Sara Damiano
286df108ac Minor changes to Quectel ordering 2019-08-30 14:53:54 -04:00
Sara Damiano
dac86a22cd Fix all Wextra warnings 2019-08-27 16:39:29 -04:00
Sara Damiano
1e15d1db6a Explicit destructors 2019-07-17 10:31:54 -04:00
Sara Damiano
af4dcc2bb5 Add wildly preliminary SIM5360 2019-07-16 16:07:17 -04:00
Sara Damiano
86356f5323 Add stop with timeout and implement where applicable 2019-06-11 16:00:35 -04:00
Sara Damiano
015c2b4144 Extra yield in waitResponse 2019-05-30 15:50:24 -04:00
Sara Damiano
3d78292261 modemRead MUST end with sock_available correct 2019-05-24 23:24:32 -04:00
Sara Damiano
0cfb730dce Re-align Quectel 2G with manuals 2019-05-24 19:04:13 -04:00
Sara Damiano
fcb3d5b010 De-increment sock available as we read out of sock 2019-05-23 15:32:24 -04:00
Sara Damiano
62182e11c9 Missing brace 2019-05-22 13:10:31 -04:00
Sara Damiano
880c4614e4 Added battery and temperature functions 2019-05-22 12:03:09 -04:00
Sara Damiano
09725ba8e6 Fixed upcase, other XBee fixes 2019-05-20 16:13:05 -04:00
Sara Damiano
e35e4afce0 Fix typos, tweak to timeout 2019-05-20 13:49:12 -04:00
Sara Damiano
7f7a7563cf Ensure that ALL variants of read respect timeout 2019-05-20 13:12:09 -04:00
Sara Damiano
db456b5345 Fixes 2019-05-20 12:38:37 -04:00
Sara Damiano
2e03cdeaba Correct non-ssl connection 2019-05-20 10:37:30 -04:00
Sara Damiano
ff4fa1e042 Clarify units of timeouts 2019-05-20 10:24:27 -04:00
Sara Damiano
4ba8306880 Implement connect with timeout, XBee improvements 2019-05-20 09:21:08 -04:00
Sara Damiano
70ca06dc9d Moved begin above init, reset historic buffer sizes 2019-05-17 16:40:01 -04:00