You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Setting number failed with new libary commit 26a87d4
#include <ESP8266WiFi.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <WiFiManager.h>
#include <FirebaseArduino.h>
#include <SimpleTimer.h>
#include <ArduinoJson.h>
i use this above libary, when i use this function:
Firebase.getString("");
running and got this error ==> "(Setting number failed);"
==================================================
if i use with ESP8266WebServer and (client & server ) model [ESP-12E]
i'm often got error setting number failed...
Thanks !!