Fix for logging with idf 5.5

This commit is contained in:
Ken Van Hoeylandt 2025-09-05 14:47:57 +02:00
parent 25a39e5bc6
commit 81322b4e02

View File

@ -105,6 +105,7 @@ const esp_elfsym elf_symbols[] {
ESP_ELFSYM_EXPORT(tolower),
ESP_ELFSYM_EXPORT(toupper),
// ESP-IDF
ESP_ELFSYM_EXPORT(esp_log),
ESP_ELFSYM_EXPORT(esp_log_write),
ESP_ELFSYM_EXPORT(esp_log_timestamp),
// Tactility