make screenshot

This commit is contained in:
2026-01-29 13:19:21 -07:00
parent e31be21b78
commit 5b72765928
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ use std::{
use macroquad::prelude::*;
const THICKNESS: f32 = 2.0;
const TAIL_LEN: usize = 200;
const TAIL_LEN: usize = 100;
const BAUD_RATE: u32 = 57600;
static mut PORT: Option<String> = None;