You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using arduino ide with an esp and when it comes to compile the code I get the following library error.
Look for the library and in theory it is already installed in the arduino, apparently the problem is with the link of the library with the voice module library
In file included from C:\Users"usuario"\AppData\Local\Temp.arduinoIDE-unsaved2023516-14332-12m1j05.p5ym\vr_sample_train\vr_sample_train.ino:28:
c:\Users"usuario"\Documents\Arduino\libraries\VoiceRecognitionV3-master/VoiceRecognitionV3.h:39:10: fatal error: avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
Thanks.
The text was updated successfully, but these errors were encountered:
I am using arduino ide with an esp and when it comes to compile the code I get the following library error.
Look for the library and in theory it is already installed in the arduino, apparently the problem is with the link of the library with the voice module library
In file included from C:\Users"usuario"\AppData\Local\Temp.arduinoIDE-unsaved2023516-14332-12m1j05.p5ym\vr_sample_train\vr_sample_train.ino:28:
c:\Users"usuario"\Documents\Arduino\libraries\VoiceRecognitionV3-master/VoiceRecognitionV3.h:39:10: fatal error: avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
Thanks.
The text was updated successfully, but these errors were encountered: