MatthewColvin / ESP32-Car

Project to build a library for an event where highschoolers will be building a car using may engineering disciplines.
3 stars 1 forks source link

Remove any excessive logging so output is not overwhelming #31

Open MatthewColvin opened 1 year ago

MatthewColvin commented 1 year ago
MatthewColvin commented 3 months ago

https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32/api-reference/system/log.html

Error (lowest) - Actual Errors where code may not work due to something Warning - Something the dev did wrong (incorrect input to APIs) but still handle error and recover Info - Used to inform students of changes

Custom