Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Sep 15, 2023
1 parent 42a66b8 commit 6959462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FB_Const.h
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ static const char firebase_time_err_pgm_str_4[] PROGMEM = "system time was not s
static const char firebase_rtdb_err_pgm_str_1[] PROGMEM = "backup data should be the JSON object";
static const char firebase_rtdb_err_pgm_str_2[] PROGMEM = "path not exist";
static const char firebase_rtdb_err_pgm_str_3[] PROGMEM = "data type mismatch";
static const char firebase_rtdb_err_pgm_str_4[] PROGMEM = "security rules is not a valid JSON";
static const char firebase_rtdb_err_pgm_str_4[] PROGMEM = "security rules are not a valid JSON";
static const char firebase_rtdb_err_pgm_str_5[] PROGMEM = "the FirebaseData object was paused";

// FCM error string
Expand Down

0 comments on commit 6959462

Please sign in to comment.