Search found 2 matches
- Wed Mar 23, 2022 5:47 am
- Forum: General Discussion
- Topic: printf \r no output in ESP-IDF Monitor
- Replies: 3
- Views: 3358
- Tue Mar 22, 2022 10:10 am
- Forum: General Discussion
- Topic: printf \r no output in ESP-IDF Monitor
- Replies: 3
- Views: 3358
printf \r no output in ESP-IDF Monitor
Hello, Using the ADC DMA example (https://github.com/espressif/esp-idf/tree/master/examples/peripherals/adc/dma_read) I am trying to get the output (within the ESP-IDF Monitor) to display on the same line i.e. no output on a new line. I have tried using the \r carriage return format specifier, but o...