[ESP8266] Changed pin mapping

This commit is contained in:
jgromes 2019-12-27 13:18:49 +01:00
parent 6f0496e06e
commit b8459a58ad

View file

@ -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();