We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0276148 commit 3bb2de4Copy full SHA for 3bb2de4
cores/esp8266/WString.h
@@ -33,6 +33,7 @@
33
class StringSumHelper;
34
35
typedef char* __FlashStringHelper;
36
+//#define F(str) []() -> const char * { static const char tmp[] ICACHE_RODATA_ATTR = str; return &tmp[0]; }()
37
#define F(str) str
38
39
// The string class
libraries/ESP8266WiFi/src/include/ClientContext.h
@@ -77,6 +77,7 @@ class ClientContext
77
DEBUGV(":ur %d\r\n", _refcnt);
78
if (--_refcnt == 0)
79
{
80
+ flush();
81
if (_pcb)
82
83
tcp_arg(_pcb, NULL);
0 commit comments