Add memory diagnostics and optimize PSRAM usage
This commit is contained in:
@@ -75,6 +75,9 @@ typedef struct {
|
||||
uint16_t port;
|
||||
esp_err_t last_error;
|
||||
uint32_t active_sessions;
|
||||
int32_t task_core_id;
|
||||
uint32_t task_stack_size;
|
||||
uint32_t task_stack_free_minimum;
|
||||
ssh_transport_session_snapshot_t sessions[SSH_TRANSPORT_MAX_SESSIONS];
|
||||
ssh_transport_counters_t counters;
|
||||
} ssh_transport_snapshot_t;
|
||||
|
||||
Reference in New Issue
Block a user