Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE WITH LIBRARY <avr/pgmspace.h> #26

Open
valentinopign opened this issue Jun 16, 2023 · 0 comments
Open

ISSUE WITH LIBRARY <avr/pgmspace.h> #26

valentinopign opened this issue Jun 16, 2023 · 0 comments

Comments

@valentinopign
Copy link

valentinopign commented Jun 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant