Hello,
Long time lurker and first time poster here.
These boards have been fairly helpful in addressing many of the issues that I have come across due to the wonderful people here.
Thank you for that!!
I have been able to find a solution by mostly searching on these boards and google..
However, I am at my wits end for this particular issue.
A little context first, I am using a custom ESP32 board based on the hornbill hardware. I am using platformio for development, mostly because its library and dependancy manager are useful to work and help in automating the build process.
My particular application uses bluetooth to setup the wifi credentials on the device, and reboots and tries to connect with the saved wifi credentials. If the user enter the credentials wrong, then all i see on the serial port is this.
Is there a way to turn off the specific wifi event log and all logs in general. I cannot use the "make menuconfig" since platformio does not use that method. I tried the next best thing by modifying the sdkconfig.h in the packages folder. Specifically I changed these options
#define CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL 0
#define CONFIG_LOG_DEFAULT_LEVEL 0
#define CONFIG_LOG_BOOTLOADER_LEVEL 0
from 1 to 0 as shown above. However they dont seem to do anything. I still get the same logs on the serial port. Is my understanding right that modifying these defnes should suppress the log output? If yes, then why am I still getting the logs. If no, then what is an appropriate method to suppress all the logging output using the sdkconfig.h file.
Thank you in advance!!
I apologize if I have violated any forum / board guidelines.
Turn off WiFi event logs
Jump to
- English Forum
- Explore
- News
- General Discussion
- FAQ
- Documentation
- Documentation
- Sample Code
- Discussion Forum
- Hardware
- ESP-IDF
- ESP-BOX
- ESP-ADF
- ESP-MDF
- ESP-WHO
- ESP-SkaiNet
- ESP32 Arduino
- IDEs for ESP-IDF
- ESP-AT
- ESP IoT Solution
- ESP RainMaker
- Rust
- ESP8266
- Report Bugs
- Showcase
- Chinese Forum 中文社区
- 活动区
- 乐鑫活动专区
- 讨论区
- 全国大学生物联网设计竞赛乐鑫答疑专区
- ESP-IDF 中文讨论版
- 《ESP32-C3 物联网工程开发实战》书籍讨论版
- 中文文档讨论版
- ESP-AT 中文讨论版
- ESP-BOX 中文讨论版
- ESP IoT Solution 中文讨论版
- ESP-ADF 中文讨论版
- ESP Mesh 中文讨论版
- ESP Cloud 中文讨论版
- ESP-WHO 中文讨论版
- ESP-SkaiNet 中文讨论版
- ESP 生产支持讨论版
- 硬件问题讨论
- 项目展示
Who is online
Users browsing this forum: Baidu [Spider] and 143 guests
- All times are UTC
- Top
- Delete 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. ESP8266EX and ESP32 are some of our products.