From 39f9efbda691aa546ffb925e04731f512c320c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 8 Oct 2016 18:31:56 +0200 Subject: [PATCH] use serial port 1 for wifi --- 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 bd66c23..9dd5655 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 2 /**< USART peripheral */ +#define RADIO_ESP8266_USART 1 /**< USART peripheral */ /** @} */ /* input and output buffers and used memory */