kopia lustrzana https://github.com/jgromes/RadioLib
Changed line feed data type
rodzic
fa8d00a736
commit
12b4fc9e02
|
@ -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.
|
||||||
|
|
Ładowanie…
Reference in New Issue