factory_demo build failure involving ESP_LOGI
Posted: Sat Jan 18, 2025 7:13 pm
I am building the esp-box factory_demo application and I get a lot of compilation errors like this:
The last git transaction is dated Tue Jul 30 17:20:12 2024 +0800.
I have esp-idf version 5.4. The hardware is an ESP-BOX-S3-3.
I think ESP_LOGI is expecting a format string as the second parameter.
Platform is Debian Linux.
Code: Select all
...factory_demo/main/app/app_sr.c:205:27: error: expected ')' before 'LOG_BOLD'
205 | ESP_LOGI(TAG, LOG_BOLD(LOG_COLOR_GREEN) "AFE_FETCH_CHANNEL_VERIFIED, channel index: %d\n", res->trigger_channel_id);
I have esp-idf version 5.4. The hardware is an ESP-BOX-S3-3.
I think ESP_LOGI is expecting a format string as the second parameter.
Platform is Debian Linux.