[ESP8266] Changed pin mapping
This commit is contained in:
parent
6f0496e06e
commit
b8459a58ad
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ int16_t ESP8266::begin(long speed) {
|
||||||
// set module properties
|
// set module properties
|
||||||
_mod->AtLineFeed = "\r\n";
|
_mod->AtLineFeed = "\r\n";
|
||||||
_mod->baudrate = speed;
|
_mod->baudrate = speed;
|
||||||
_mod->init(RADIOLIB_USE_UART, RADIOLIB_INT_NONE);
|
_mod->init(RADIOLIB_USE_UART);
|
||||||
|
|
||||||
// empty UART buffer (garbage data)
|
// empty UART buffer (garbage data)
|
||||||
_mod->ATemptyBuffer();
|
_mod->ATemptyBuffer();
|
||||||
|
|
Loading…
Add table
Reference in a new issue