Replies: 1 comment
-
Thanks for reporting the issue. Please update the library to v1.5.10. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in Esp32-S3 while using library 1.4.17 Database.push didnt throw any error but after update 1.5.9 getting compile error.
523 | String push(AsyncClientClass &aClient, const String &path, T value) { return sendRequest(&aClient, path, reqns::http_post, slot_options_t(), nullptr, nullptr, aClient.getResult(), NULL, "", convert(value).c_str())->rtdbResult.name(); }
with error on convert(value).c_str())->rtdbResult.name()
Beta Was this translation helpful? Give feedback.
All reactions