Skip to content

Commit ce7cead

Browse files
authored
Add files via upload
1 parent b56a705 commit ce7cead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialMonitor++.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def print2InfoBox(msg):
867867
msgbox=popup_ShowMessage(type="info",title="Script finished", message=f"Script '{popupWait.scriptname}' finished in {scriptDuration:.4f} seconds!")
868868

869869
if runSuccess and not isProcessingScript:
870-
msgbox=popup_ShowMessage(type="info",title="Script stopped", message=f"Script '{popupWait.scriptname}' interupted after {scriptDuration:.4f} seconds!")
870+
msgbox=popup_ShowMessage(type="warning",title="Script stopped", message=f"Script '{popupWait.scriptname}' interupted after {scriptDuration:.4f} seconds!")
871871

872872
# set flag
873873
isProcessingScript=False

0 commit comments

Comments
 (0)