From f09e5cb98afcca9ace868138bdb9146d24d806ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 30 Jan 2017 09:46:04 +0100 Subject: [PATCH] use USART 2 instead of 1 for ESP8266 --- lib/radio_esp8266.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/radio_esp8266.c b/lib/radio_esp8266.c index 9dd5655..bd66c23 100644 --- a/lib/radio_esp8266.c +++ b/lib/radio_esp8266.c @@ -38,7 +38,7 @@ /** @defgroup radio_esp8266_usart USART peripheral used for communication with radio * @{ */ -#define RADIO_ESP8266_USART 1 /**< USART peripheral */ +#define RADIO_ESP8266_USART 2 /**< USART peripheral */ /** @} */ /* input and output buffers and used memory */