File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name =Blues Wireless Notecard
2
- version =1.2.1
2
+ version =1.2.2
3
3
author =Blues Wireless
4
4
maintainer =Blues Wireless <
[email protected] >
5
5
sentence =An easy to use Notecard Library for Arduino
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const char *c_null = "null";
8
8
const char * c_false = "false" ;
9
9
const char * c_true = "true" ;
10
10
const char * c_nullstring = "" ;
11
- const char * c_newline = "\n" ;
11
+ const char * c_newline = "\r\ n" ;
12
12
const char * c_mem = "mem" ;
13
13
const char * c_timeout = "timeout" ;
14
14
const char * c_err = "err" ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ extern const char *c_true;
61
61
extern const char * c_nullstring ;
62
62
#define c_nullstring_len 0
63
63
extern const char * c_newline ;
64
- #define c_newline_len 1
64
+ #define c_newline_len 2
65
65
extern const char * c_mem ;
66
66
#define c_mem_len 3
67
67
extern const char * c_timeout ;
You can’t perform that action at this time.
0 commit comments