optimized main loop

Adds colour to the text display
This commit is contained in:
2025-04-22 08:56:18 -04:00
parent 9201c67108
commit 4ec95af6d0
6 changed files with 810 additions and 144 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ pub mod manager;
pub mod ping_request;
pub mod ping_result;
pub mod target_state;
mod tui;
pub const SECONDS_BETWEEN_DISPLAY: u32 = 1;
pub const SECONDS_BETWEEN_PING: u32 = 2;