Skip to content

Commit

Permalink
Update Core.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Sep 9, 2023
1 parent 89aa560 commit ab68ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FB_Const.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,14 @@ typedef enum

} firebase_cert_type;

#if defined(FIREBASE_ESP32_CLIENT) || defined(FIREBASE_ESP8266_CLIENT)
struct StorageType
{
static const int8_t UNDEFINED = 0; // add to compatible with firebase_mem_storage_type enum
static const int8_t FLASH = 1; // now set to 1 instead of 0 in older version
static const int8_t SD = 2; // now set to 2 instead of 1 in older version
};

#endif

enum firebase_con_mode
{
Expand Down

0 comments on commit ab68ab6

Please sign in to comment.