mobizt / Firebase-ESP8266

[DEPRECATED] 🔥 Firebase RTDB Arduino Library for ESP8266 and RP2040 Pico. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.
MIT License
410 stars 110 forks source link

Reseting EPS8266 (EPS-01) #230

Closed THSoftPoland closed 3 years ago

THSoftPoland commented 3 years ago

Please help with reseting my program using Firebase.setBool / Firebase.getBool (Firebase-ESP8266 ver 3.3.7) This is (schematically) my program

program.txt

and my Arduino board configuration

esp8288config

Thank you Tomasz

mobizt commented 3 years ago

improper usage with Firebase.begin

Please remove begin from loop and end is not necessary.