Skip to content

Commit 9ecbab2

Browse files
committed
version 0.1.0
1 parent 1fa199b commit 9ecbab2

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.Steppir Controller.xojo_uistate

-8 Bytes
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
/Builds - Steppir Controller

Build Automation.xojo_code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Begin BuildProjectStep Build
88
End
99
Begin SignProjectStep Sign
10-
DeveloperID=
10+
DeveloperID=Developer ID Application: charles morgan (QMAS7T7E4L)
1111
End
1212
End
1313
Begin BuildStepList Windows

formMainWindow.xojo_window

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,7 @@ End
13241324
#tag Event
13251325
Sub Opening()
13261326
tsSteppirLast = new DateTime(1970,1,1,1,1,1)
1327+
StartUP
13271328
End Sub
13281329
#tag EndEvent
13291330

@@ -1515,7 +1516,7 @@ End
15151516

15161517
If Preferences.SteppirComType = 0 and len(Preferences.SteppirIP) > 0Then
15171518
SteppirSocket1.Address= Preferences.SteppirIP
1518-
SteppirSocket1.Port = Preferences.SteppirPort
1519+
SteppirSocket1.Port = Val(Preferences.SteppirPort)
15191520
SteppirSocket1.Connect
15201521

15211522
Elseif Preferences.SteppirComType = 1 and Len(Preferences.SteppirSerialPort) > 0 then

0 commit comments

Comments
 (0)