Search found 1 match

by kmn08_
Thu Aug 15, 2019 12:37 pm
Forum: ESP32 Arduino
Topic: C++: Cannot find preferences library
Replies: 1
Views: 2915

C++: Cannot find preferences library

I'm new to C++, and trying to write a class. This class uses the Preferences library imported with #include <Preferences.h> as visible at the top The issue is that I'm getting error messages when trying to use it in the .h file. I've tried moving it to main, the errors went away and the Parameters o...