techiesms / ESP32-ChatGPT-V2

44 stars 26 forks source link

Error in the code "TEXT TO SPEECH.ino" #4

Open rainbowszw opened 3 months ago

rainbowszw commented 3 months ago

i met the error: In file included from C:\Users\36424\AppData\Local\Arduino15\libraries\SD\src/utility/Sd2Card.h:26:0, from C:\Users\36424\AppData\Local\Arduino15\libraries\SD\src/utility/SdFat.h:29, from C:\Users\36424\AppData\Local\Arduino15\libraries\SD\src/SD.h:20, from c:\Users\36424\Documents\Arduino\libraries\ESP32-audioI2S-master\src/Audio.h:19, from D:\download\ESP32ChatgptV2\ESP32-ChatGPT-V2-main\ESP32-ChatGPT-V2-main\ESP32_Text_to_Speech\ESP32_Text_to_Speech.ino:22: C:\Users\36424\AppData\Local\Arduino15\libraries\SD\src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.

error Architecture or board not supported.

^ exit status 1

Compilation error: exit status 1 i do use version 1.0.6 and install audio.h from https://github.com/schreibfaul1/ESP32-audioI2S. i also tried the version 2.0.14 but not work.i have no idea, please help>>>

rainbowszw commented 3 months ago

i have solved the error: i download the version 2.0.14 again, and it did work