Skip to content

Commit

Permalink
Fix executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Veras-D committed Dec 30, 2023
1 parent 13ba425 commit ec07bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import serial
from scripts.utilities import *
from utilities import *
from tkinter import *
import customtkinter as ctk
from scripts.led_pulse import led
from led_pulse import led


def Arduino(porta):
Expand Down
1 change: 0 additions & 1 deletion scripts/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_base64_encoded_image(image_path):
return base64.b64encode(img_file.read()).decode('utf-8')



def find_arduino():
arduino_ports = serial.tools.list_ports.comports()
ports = ["Selecione a porta"]
Expand Down

0 comments on commit ec07bcc

Please sign in to comment.