Search found 1 match

by cistern
Fri Sep 20, 2024 5:52 am
Forum: ESP-IDF
Topic: scanf() rush through
Replies: 1
Views: 2946

Re: scanf() rush through

I have the same problem. I also tried fgets() with the same result. Does anybody know the reason for that?

This is the code:

#include <stdio.h>
#include "freeRTOS/freeRTOS.h"
#include "FreeRTOS/task.h"
#include "driver/gpio.h"
#include "sdkconfig.h"
#include "driver/uart.h"

#define TX_PORT_NUM ...

Go to advanced search