FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

Not compatible with ESP8266Scheduler library #501

Open b-Tomas opened 3 years ago

b-Tomas commented 3 years ago

Keeps printing a lot of garbage (I think) in the serial monitor when I call Firebase.setXXX() from the loop of any task, while when doing EXACTLY the same on a normal arduino main loop works. It keeps printing that thing until the board resets.

I'm using a Lolin NodeMcu v3 with the arduino IDE and ArduinoJson version 5 installed

b-Tomas commented 3 years ago

I really need this thing working well inside a task, I think this need to be fixed.