Changed line feed data type
This commit is contained in:
parent
fa8d00a736
commit
12b4fc9e02
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class Module {
|
||||||
/*!
|
/*!
|
||||||
\brief Line feed to be used when sending AT commands. Defaults to CR+LF.
|
\brief Line feed to be used when sending AT commands. Defaults to CR+LF.
|
||||||
*/
|
*/
|
||||||
const char* AtLineFeed = "\r\n";
|
char AtLineFeed[3] = "\r\n";
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Basic SPI read command. Defaults to 0x00.
|
\brief Basic SPI read command. Defaults to 0x00.
|
||||||
|
|
Loading…
Add table
Reference in a new issue