Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c16d62e9
Commit
c16d62e9
authored
Jan 27, 2015
by
HuangRui
Browse files
Fix UPGRADE_DBG when in DEVELOP_VERSION.
parent
b6185c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/upgrade/upgrade.c
View file @
c16d62e9
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment