Skip to content

Commit

Permalink
Issues fixed and many improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jan 23, 2023
1 parent 99db0b6 commit d9cadb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/GS_Const.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define MIN_WIFI_RECONNECT_TIMEOUT 10 * 1000
#define MAX_WIFI_RECONNECT_TIMEOUT 5 * 60 * 1000

#include "ESP_Google_Sheet_Client_FS_Config.h"
#include "mbfs/MB_FS.h"
#include "auth/MB_NTP.h"
#if defined(ESP32)
Expand Down
2 changes: 1 addition & 1 deletion src/json/FirebaseJson.h
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ class FirebaseJsonBase
}
#else
template <typename T>
auto toStringHandler(T &out, bool prettify) -> typename MB_ENABLE_IF<MB_IS_SAME<T, fs::File>::value, bool>::type
auto toStringHandler(T &out, bool prettify) -> typename MB_ENABLE_IF<MB_IS_SAME<T, File>::value, bool>::type
{
return writeStream(out, prettify);
}
Expand Down

0 comments on commit d9cadb5

Please sign in to comment.