Skip to content

Commit af1b38d

Browse files
committed
Update au_act_esptool.py
1 parent a4eaa98 commit af1b38d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RTK_Firmware_Uploader/au_act_esptool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
from platform import system
66
import os.path
77

8+
print (system())
89
if (system() == "Darwin"): # Fix for MacOS pyinstaller windowed executable
910

1011
head_tail = os.path.split(os.path.dirname(__file__))
1112
base_path = os.path.abspath(head_tail[0])
1213
STUBS_DIR = os.path.join(base_path, "esptool", "targets", "stub_flasher")
14+
print (STUBS_DIR)
1315
# Python hackiness: change the path to stub json files in the context of the esptool
1416
# module, so it edits the esptool's global variables
1517
exec(

0 commit comments

Comments
 (0)