I haven't been able to compile the code; I seem to be missing some libraries:
- In file included from /projects/analog_read/one_shot_ADC/main/one_shot_ADC.c:15:
- /projects/analog_read/one_shot_ADC/managed_components/espressif__fmt/fmt/include/fmt/format.h:36:10: fatal error: cmath: No such file or directory
- 36 | #include <cmath> // std::signbit
- | ^~~~~~~
- compilation terminated.
- ninja: build stopped: subcommand failed.
I don't know whether these libraries should be included in ESP-IDF or should come with my linux distribution.
Thanks