Browse Source

back to 100 m

Petra Lamborn 6 years ago
parent
commit
a022920ed6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      hover.py

+ 1
- 1
hover.py View File

@@ -4,7 +4,7 @@ import time
4 4
 import krpc
5 5
 
6 6
 # Target altitude in meters
7
-target_altitude = 1000
7
+target_altitude = 100
8 8
 
9 9
 # The IP of the KRPC server (if not same computer)
10 10
 remote = '192.168.1.10'