Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

Simplify our code by using `std::cout` from ESP32-S3 runtime environment #110

Closed dhebbeker closed 7 months ago

dhebbeker commented 7 months ago

The runtime environment bundled within the GCC Toolchain for Espressif ESP32-S3 Xtensa MCUs apparently already maps std::cout to serial interface. No need to maintain our own version of it.

This resolves #87.