Fix UPGRADE_DBG when in DEVELOP_VERSION.
This commit is contained in:
parent
b6185c88b5
commit
c16d62e926
|
@ -222,7 +222,7 @@ upgrade_connect_cb(void *arg)
|
|||
espconn_regist_sentcb(pespconn, upgrade_datasent);
|
||||
|
||||
if (pbuf != NULL) {
|
||||
UPGRADE_DBG(pbuf);
|
||||
UPGRADE_DBG("%s\n", pbuf);
|
||||
#ifdef UPGRADE_SSL_ENABLE
|
||||
espconn_secure_sent(pespconn, pbuf, os_strlen(pbuf));
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue