RTOS-SDK下,如何关闭系统的提示信息
-
- Posts: 1
- Joined: Thu Dec 17, 2015 7:58 pm
RTOS-SDK下,如何关闭系统的提示信息
Postby everyone998 » Thu Dec 17, 2015 8:23 pm
您好,我使用的1.3版本的RTOS-SDK,在STA状态下,连接状态改变串口0会有提示信息产生,怎么样才能将其关闭呢?
Re: RTOS-SDK下,如何关闭系统的提示信息
Postby ESP_Faye » Fri Dec 18, 2015 11:12 am
您好,
您可以参考如下实现。但是这样会将所有打印信息全部关闭,没有调试信息,出现问题时无法进行查证原因,我们不建议这样使用。
感谢您对 ESP8266 的关注!
您可以参考如下实现。但是这样会将所有打印信息全部关闭,没有调试信息,出现问题时无法进行查证原因,我们不建议这样使用。
Code: Select all
void user_printf(char c)
{
// do nothing here
}
os_install_putc1(user_printf);
感谢您对 ESP8266 的关注!
Re: RTOS-SDK下,如何关闭系统的提示信息
Postby nson7 » Thu Dec 24, 2015 10:23 am
void user_printf(char c)
{
// do nothing here
}
os_install_putc1(user_printf);
不能关闭启动信息;如果要把启动信息关闭:
“ ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000”
该如何操作呢?望回复,谢谢!
{
// do nothing here
}
os_install_putc1(user_printf);
不能关闭启动信息;如果要把启动信息关闭:
“ ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000”
该如何操作呢?望回复,谢谢!

Who is online
Users browsing this forum: No registered users and 12 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.