Add memory diagnostics and optimize PSRAM usage

This commit is contained in:
2026-08-25 11:08:02 +02:00
parent f6a275c543
commit d779fb046e
7 changed files with 106 additions and 14 deletions
+3
View File
@@ -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;