Skip to content

Commit ead8897

Browse files
committed
250506.1
1 parent 451fc79 commit ead8897

13 files changed

+3
-1443
lines changed

demo.ecs

Lines changed: 0 additions & 34 deletions
This file was deleted.
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .ec_timestamp import *
1010
from .ec_value import *
1111

12-
__version__ = "250505.3"
12+
__version__ = "250506.1"

easycoder/ec_program.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ def run(self, pc):
332332

333333
def kill(self):
334334
self.running = False
335+
if self.parent != None: self.parent.program.kill()
335336

336337
def setExternalControl(self):
337338
self.externalControl = True

easycoder/ec_pyside.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ def k_start(self, command):
878878

879879
def r_start(self, command):
880880
def on_last_window_closed():
881-
print("Kill the appication...")
882881
self.program.kill()
883882
def resume():
884883
self.program.flush(self.nextPC())

group.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

q.py renamed to q1.py

File renamed without changes.

config.ecs renamed to rbrconf.ecs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ CheckFirmware2:
583583
save prettify Config to ConfigFile
584584
go to OK
585585
end
586-
put `Firmware directory is missing` into StatusMessage
586+
put `Firmware directory is missing or unspecified` into StatusMessage
587587
gosub to Error
588588
gosub to GetFirmware
589589
CheckFirmware3:

config.py renamed to rbrconf.py

File renamed without changes.

0 commit comments

Comments
 (0)