Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aa5sh committed Sep 2, 2024
1 parent 1fa199b commit 9ecbab2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .Steppir Controller.xojo_uistate
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

/Builds - Steppir Controller
2 changes: 1 addition & 1 deletion Build Automation.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Begin BuildProjectStep Build
End
Begin SignProjectStep Sign
DeveloperID=
DeveloperID=Developer ID Application: charles morgan (QMAS7T7E4L)
End
End
Begin BuildStepList Windows
Expand Down
3 changes: 2 additions & 1 deletion formMainWindow.xojo_window
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ End
#tag Event
Sub Opening()
tsSteppirLast = new DateTime(1970,1,1,1,1,1)
StartUP
End Sub
#tag EndEvent

Expand Down Expand Up @@ -1515,7 +1516,7 @@ End

If Preferences.SteppirComType = 0 and len(Preferences.SteppirIP) > 0Then
SteppirSocket1.Address= Preferences.SteppirIP
SteppirSocket1.Port = Preferences.SteppirPort
SteppirSocket1.Port = Val(Preferences.SteppirPort)
SteppirSocket1.Connect

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

0 comments on commit 9ecbab2

Please sign in to comment.