ESP_LOGx() slow down the speed?
Posted: Mon Jan 15, 2018 2:22 pm
Hi ESP-IDF,
If I don't connect ESP32's serial port. Would be all "ESP_LOGx()" still get called? Will they drag down ESP32's performance & eating up my precious 512KB SRAM?
If it is the case, are there ways to turn them off or just turn off some of them "on-fly"? Say turn these log level through Web Server, and the webserver call some kind of System API?
Cheers
Gfast2
If I don't connect ESP32's serial port. Would be all "ESP_LOGx()" still get called? Will they drag down ESP32's performance & eating up my precious 512KB SRAM?
If it is the case, are there ways to turn them off or just turn off some of them "on-fly"? Say turn these log level through Web Server, and the webserver call some kind of System API?
Cheers
Gfast2