Remove outdated startup and SSH banners

This commit is contained in:
2026-08-30 23:20:52 +02:00
parent 26e8bbe905
commit 868e9ebc23
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -46,7 +46,6 @@ static const char *TAG = "firmware";
void app_main(void)
{
ESP_LOGI(TAG, "ESP32-S3 Serial Swiss Army Knife Phase 7E local UI reliability started");
if (esp_psram_is_initialized()) {
ESP_LOGI(TAG, "PSRAM initialized: %u bytes", (unsigned int)esp_psram_get_size());