kopia lustrzana https://github.com/jgromes/RadioLib
[ESP8266] Changed pin mapping
rodzic
6f0496e06e
commit
b8459a58ad
|
@ -9,7 +9,7 @@ int16_t ESP8266::begin(long speed) {
|
|||
// set module properties
|
||||
_mod->AtLineFeed = "\r\n";
|
||||
_mod->baudrate = speed;
|
||||
_mod->init(RADIOLIB_USE_UART, RADIOLIB_INT_NONE);
|
||||
_mod->init(RADIOLIB_USE_UART);
|
||||
|
||||
// empty UART buffer (garbage data)
|
||||
_mod->ATemptyBuffer();
|
||||
|
|
Ładowanie…
Reference in New Issue