Commit c16d62e9 authored by HuangRui's avatar HuangRui
Browse files

Fix UPGRADE_DBG when in DEVELOP_VERSION.

parent b6185c88
...@@ -222,7 +222,7 @@ upgrade_connect_cb(void *arg) ...@@ -222,7 +222,7 @@ upgrade_connect_cb(void *arg)
espconn_regist_sentcb(pespconn, upgrade_datasent); espconn_regist_sentcb(pespconn, upgrade_datasent);
if (pbuf != NULL) { if (pbuf != NULL) {
UPGRADE_DBG(pbuf); UPGRADE_DBG("%s\n", pbuf);
#ifdef UPGRADE_SSL_ENABLE #ifdef UPGRADE_SSL_ENABLE
espconn_secure_sent(pespconn, pbuf, os_strlen(pbuf)); espconn_secure_sent(pespconn, pbuf, os_strlen(pbuf));
#else #else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment