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
Hi thanks for taking the time to write this library, its seems very useful.
The "user_interface.h" included in the library somehow clashes with this include in the main sketch:
extern "C" {
#include "user_interface.h"
}
And can't compile with both.
Is it the same? Can i just change it in the EspSaveCrash library?
Thanks
The text was updated successfully, but these errors were encountered:
Hi thanks for taking the time to write this library, its seems very useful.
The "user_interface.h" included in the library somehow clashes with this include in the main sketch:
extern "C" {
#include "user_interface.h"
}
And can't compile with both.
Is it the same? Can i just change it in the EspSaveCrash library?
Thanks
The text was updated successfully, but these errors were encountered: