FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

Error in FirebaseError.h #521

Open naquib-badrol opened 3 years ago

naquib-badrol commented 3 years ago

Hi, can anyone help me because I keep getting this error in Arduino IDE regarding a certain code in FirebaseError.h. I've tried to look at it in the header file but I found nothing was wrong.

firebase-arduino-master\src/FirebaseError.h:6:1: error: expected ',' or ';' before 'enum' 6 | enum FIREBASE_ERROR_CODES { | ^~~~ exit status 1 Error compiling for board NodeMCU 1.0 (ESP-12E Module).

These are the errors that I've received in Arduino. I don't know what is the problem

Ashen-Shaminda commented 1 year ago

Have you found the solution for the error ?