-
I uploaded the My esp8266 board package version is My rtdb and its rules is below
Here is my upload configuration My complate sketch
And here is my serial monitor output;
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Ok I missed something. |
Beta Was this translation helpful? Give feedback.
-
In ESP8266, in src/Config.h, please add this macro to define the lower printf buffer 2048 or 1024 (4096 is default which is too large for ESP8266).
|
Beta Was this translation helpful? Give feedback.
-
You can update to v1.4.6 to fix this printf stack overflow issue. |
Beta Was this translation helpful? Give feedback.
-
Issue fixed after following #169 (comment). |
Beta Was this translation helpful? Give feedback.
You can update to v1.4.6 to fix this printf stack overflow issue.