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.
ok guys I solved the problem and I understood where the error is. first download the latest firebase library available here on git but you absolutely have to check by going into the management of the arduino compiler libraries, look for the arduinojson library and make sure you have version 5.13.5 and not version 6.15.0 because it is currently not compatible.
The text was updated successfully, but these errors were encountered:
Because this library is based on ArduinoJson 5, but when you update your ESP8266 Core to version 2.6.0 you will face this problem because of ArduinoJson 6 It has a fundamental change of the old one.
so, you should be downgraded to a version before 2.5.2
ok guys I solved the problem and I understood where the error is. first download the latest firebase library available here on git but you absolutely have to check by going into the management of the arduino compiler libraries, look for the arduinojson library and make sure you have version 5.13.5 and not version 6.15.0 because it is currently not compatible.
The text was updated successfully, but these errors were encountered: