Skip to content

Commit

Permalink
Client: Modify default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
goldarte committed Oct 25, 2019
1 parent 0f5b5f0 commit f8ae6c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Drone/client_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ use_ntp = False
host = ntp1.stratum2.ru
port = 123

[TELEMETRY]
frequency = 1
transmit = True

[ANIMATION]
takeoff_animation_check = True
land_animation_check = True
Expand All @@ -22,7 +26,7 @@ y_ratio = 1.0
z_ratio = 1.0

[COPTERS]
frame_id = floor
frame_id = map
takeoff_height = 1.0
takeoff_time = 5.0
safe_takeoff = False
Expand All @@ -44,7 +48,7 @@ yaw = -90
[PRIVATE]
id = /hostname
restart_dhcpcd = True
use_leds = False
use_leds = True
led_pin = 21
x0 = 0
y0 = 0
Expand Down

0 comments on commit f8ae6c6

Please sign in to comment.