Search found 1 match
- Sun Feb 25, 2024 10:21 am
- Forum: General Discussion
- Topic: can't printf with ESP32-S2 ESP-IDF 5.1
- Replies: 5
- Views: 57201
Re: can't printf with ESP32-S2 ESP-IDF 5.1
Hello. All your doubs are not ESP32 related but C/C++. So all explained here is for C and/or C++ compiling or code details. Well, first things first: Yes printf works fine in Arduino and ESP32, in all boards, or so I guess; printf is a C function that doesn't matter where you actually print. But, it...