-
Notifications
You must be signed in to change notification settings - Fork 165
Old Issues #4
Comments
@robert-hh thanks, we haven't forgotten about the issues on the other repo. They will be solved shortly. |
@me-no-dev: When we met the other week you mentioned me a trick to remove all the print logs from the IDF. Can you tell me how? Thanks :-) |
Hi Daniel :) Nice to "see" you again! Here is the line that you need to add as first thing in app_main : https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-misc.c#L82 |
This line indeed suppressed most of the messages:
Update: There are further dependencies from sdkconfig.h, where also CONFIG_LOG_DEFAULT_LEVEL is/may be set to an appropriate value. But that's to be done best at the project configuration time. |
The messages that remain come from the bootloader in ROM and can not be suppressed by software. |
* esp32: merged lte changes from release v1.18.1.r6 * esp32/mods/modusocket: intial implementation for socket.connect() timeout woraround * esp32/mods/modusocket: refactoring of connect timeout workaround * esp32/lib: added libsmartconfig_ack from IDF
* esp32: merged lte changes from release v1.18.1.r6 * esp32/mods/modusocket: intial implementation for socket.connect() timeout woraround * esp32/mods/modusocket: refactoring of connect timeout workaround * esp32/lib: added libsmartconfig_ack from IDF
…om#4 from pycom/DTLS_coap"
Please consider also the open issues from the pycom-micropython branch.
They should not get lost. Most of them are also applicable to this branch.
The text was updated successfully, but these errors were encountered: