mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-12 11:16:22 +00:00
Added cores to logging
This commit is contained in:
@@ -397,7 +397,7 @@ void setup()
|
||||
Serial.setDebugOutput(true);
|
||||
#endif
|
||||
|
||||
log_i("CPU Freq: %d Mhz", getCpuFrequencyMhz());
|
||||
log_i("CPU Freq: %d Mhz, %d core(s)", getCpuFrequencyMhz(), ESP.getChipCores());
|
||||
log_i("Free heap: %d bytes", ESP.getFreeHeap());
|
||||
log_i("SDK version: %s", ESP.getSdkVersion());
|
||||
log_i("Starting " APP_TITLE "...");
|
||||
|
||||
Reference in New Issue
Block a user