From 97a7e6617f8ad06b7bff495603200b853766ecc8 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 17 Jan 2018 07:45:32 +0100 Subject: basic test for eos & fe310 passed --- code/esp32/components/eos/fe310.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'code/esp32/components/eos/fe310.c') diff --git a/code/esp32/components/eos/fe310.c b/code/esp32/components/eos/fe310.c index 6dceb51..a3552f9 100644 --- a/code/esp32/components/eos/fe310.c +++ b/code/esp32/components/eos/fe310.c @@ -23,8 +23,8 @@ static EOSMsgQ send_q; static EOSMsgItem send_q_array[EOS_FE310_SIZE_Q]; -#define SPI_GPIO_RTS 4 -#define SPI_GPIO_CTS 2 +#define SPI_GPIO_RTS 16 +#define SPI_GPIO_CTS 17 #define SPI_GPIO_MOSI 23 #define SPI_GPIO_MISO 19 #define SPI_GPIO_SCLK 18 @@ -92,7 +92,7 @@ static void worker(void *pvParameters) { xSemaphoreTake(mutex, portMAX_DELAY); } else { - ESP_LOGI(TAG, "FE310 RECV NULL"); + // ESP_LOGI(TAG, "FE310 RECV NULL"); } // vTaskDelay(5000 / portTICK_PERIOD_MS); } -- cgit v1.2.3