"Connection refused" using Version 2.8.6 (used to work 4 months ago) #304
-
Hi! I am using Firebase Esp8266 Client v2.8.6 and Esp8266 sdk v2.5.0.
What I want with that code is super simple. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You need to update the ESP8266 core sdk because many things removed from and add to core libraries and C++ compiler was updated from v4 to v10 which breaks the compatibility of all libraries too. If you want to use the latest version of library, you need to update the core sdk. |
Beta Was this translation helpful? Give feedback.
You need to update the ESP8266 core sdk because many things removed from and add to core libraries and C++ compiler was updated from v4 to v10 which breaks the compatibility of all libraries too.
If you want to use the latest version of library, you need to update the core sdk.