From 554170cfc94805885709398502c541438726e772 Mon Sep 17 00:00:00 2001 From: Veras-D Date: Sat, 30 Dec 2023 16:14:09 -0300 Subject: [PATCH] Try github actions --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index 8d56a3a..0ae5d4a 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -4,7 +4,7 @@ import customtkinter as ctk from scripts.led_pulse import led - +# Testando github actions 7 def Arduino(porta): if porta != "Selecione a porta": Arduino = serial.Serial(porta, 115200, timeout=1)