From 16bd5e927ff78907bd7f125e849a599fe5a8df80 Mon Sep 17 00:00:00 2001 From: Colonel Panic <90460753+colonelpanichacks@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:22:45 -0400 Subject: [PATCH] Update main.cpp --- src/main.cpp | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5a60fea..5d82995 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,33 +87,7 @@ static unsigned long last_detection_time = 0; static unsigned long last_heartbeat = 0; static NimBLEScan* pBLEScan; -// ============================================================================ -// SYSTEM BANNER & DISPLAY -// ============================================================================ -static void display_banner(void) -{ - printf("\n" - "╔══════════════════════════════════════════════════════════════╗\n" - "║ ║\n" - "║ ███████╗██╗ ██╗ █████╗ ██╗ ██╗██╗ ██╗ ║\n" - "║ ██╔════╝██║ ██║ ██╔══██╗██║ ██╔╝██║ ██╔╝ ║\n" - "║ ███████╗██║ ██║ ███████║█████╔╝ █████╔╝ ║\n" - "║ ╚════██║██║ ██║ ██╔══██║██╔═██╗ ██╔═██╗ ║\n" - "║ ███████║███████╗███████╗██║ ██║██║ ██╗██║ ██╗ ║\n" - "║ ╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ║\n" - "║ ║\n" - "║ FLOCK SAFETY DETECTOR - ENHANCED ║\n" - "║ SQUAWK v2.0 ║\n" - "║ ║\n" - "║ 🦅 Multi-Method Detection System 🦅 ║\n" - "║ 📡 WiFi + BLE + MAC + Device Name Detection ║\n" - "║ 🔊 Audio Alerts with Distinct Sound Patterns ║\n" - "║ 🎯 Real-World Device Database Integration ║\n" - "║ 📊 JSON Detection Output with Full Device Info ║\n" - "║ ║\n" - "╚══════════════════════════════════════════════════════════════╝\n\n"); -} // ============================================================================ // AUDIO SYSTEM @@ -577,4 +551,4 @@ void loop() pBLEScan->clearResults(); delay(100); -} \ No newline at end of file +}