use serial port 1 for wifi

This commit is contained in:
King Kévin 2016-10-08 18:31:56 +02:00
parent 44492f33e8
commit 39f9efbda6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
/** @defgroup radio_esp8266_usart USART peripheral used for communication with radio /** @defgroup radio_esp8266_usart USART peripheral used for communication with radio
* @{ * @{
*/ */
#define RADIO_ESP8266_USART 2 /**< USART peripheral */ #define RADIO_ESP8266_USART 1 /**< USART peripheral */
/** @} */ /** @} */
/* input and output buffers and used memory */ /* input and output buffers and used memory */