Removing the two uses of the LOG_BOLD macro fixed the problem.
I am not sure that putting escape sequences into log messages is all that useful.
Search found 5 matches
- Sun Jan 19, 2025 10:27 pm
- Forum: ESP-BOX
- Topic: factory_demo build failure involving ESP_LOGI
- Replies: 2
- Views: 1868
- Sat Jan 18, 2025 7:13 pm
- Forum: ESP-BOX
- Topic: factory_demo build failure involving ESP_LOGI
- Replies: 2
- Views: 1868
factory_demo build failure involving ESP_LOGI
I am building the esp-box factory_demo application and I get a lot of compilation errors like this: ...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...
- Fri Jan 17, 2025 1:21 pm
- Forum: ESP-BOX
- Topic: Need complete SR phoneme codes for English
- Replies: 1
- Views: 2058
Need complete SR phoneme codes for English
The speech recognition functions for English are using an unusual ASCII representation of the International Phonetic Alphabet. Where can I find a complete list of these codes and which sounds they represent? I can figure out many of them from the factory demo example but it not a complete list.
- Sun Jan 05, 2025 9:44 pm
- Forum: ESP-BOX
- Topic: Esp-box app not compatible with Android phone
- Replies: 1
- Views: 2673
Esp-box app not compatible with Android phone
I have a Samsung phone running Android version 13. When I try to install the ESP-BOX APP I get the message from the Google Play store, "This app is not available for your device". Apparently there is some incompatibility but Google does not tell me what the problem is.
- Wed Jan 01, 2025 9:13 pm
- Forum: ESP-ADF
- Topic: Which board to choose?
- Replies: 2
- Views: 1979
Re: Which board to choose?
I am trying to do the same thing, using the "pipeline_http_mp3" example. Into which components directory does this `my_board` go? The one in "esp-adf/components" or the one in "esp-adf/examples/player/pipeline_http_mp3"? I keep getting fatal error: board.h: No such file or directory I also need to c...