Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ESP32-C3: Work around for some C3 specific compiler issues.
Seems the experimental Arduino support for the ESP32-C3 is a bit more finiky than the other environments. Work around those issues by forcing the compiler to chose the correct std::min() & std::max() routines by casting the arguments. Fixes #1695
- Loading branch information