update arm
and small code changes from the fact that just loading a variable does not change status flags
This commit is contained in:
@ -41,6 +41,7 @@ HERE
|
||||
|
||||
def connected
|
||||
return @@conn if defined?(@@conn)
|
||||
return @@conn = false
|
||||
begin
|
||||
box = Rye::Box.new("localhost" , :port => 2222 , :user => "pi")
|
||||
box.pwd
|
||||
|
Reference in New Issue
Block a user