status.py 183 B

123456
  1. import threading
  2. status_lock = threading.Lock()
  3. loader_status = "idle" # Shared variable for status update
  4. start_flag = False # Start flag
  5. homing_done = False # Homing flag