Skip to content

Commit feb5af9

Browse files
authored
chore: note c update (#21)
* remove note-c before readd * Squashed 'src/note-c/' content from commit 8462ecb git-subtree-dir: src/note-c git-subtree-split: 8462ecb200d84dfb40a973749cd51fe022952081 * bump version
1 parent 460083a commit feb5af9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blues Wireless Notecard
2-
version=1.2.1
2+
version=1.2.2
33
author=Blues Wireless
44
maintainer=Blues Wireless <[email protected]>
55
sentence=An easy to use Notecard Library for Arduino

src/note-c/n_const.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const char *c_null = "null";
88
const char *c_false = "false";
99
const char *c_true = "true";
1010
const char *c_nullstring = "";
11-
const char *c_newline = "\n";
11+
const char *c_newline = "\r\n";
1212
const char *c_mem = "mem";
1313
const char *c_timeout = "timeout";
1414
const char *c_err = "err";

src/note-c/n_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern const char *c_true;
6161
extern const char *c_nullstring;
6262
#define c_nullstring_len 0
6363
extern const char *c_newline;
64-
#define c_newline_len 1
64+
#define c_newline_len 2
6565
extern const char *c_mem;
6666
#define c_mem_len 3
6767
extern const char *c_timeout;

0 commit comments

Comments
 (0)