Skip to content

Commit

Permalink
Refactor Openhd settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotnbr1 authored Jan 28, 2019
1 parent bfad383 commit 303f48e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RemoteSettings/RemoteSettingsAir.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from time import sleep


WFBCSettingsFile = "/boot/wifibroadcast-1.txt"
WFBCSettingsFile = "/boot/openhd-settings-1.txt"
OSDSettingsFile = "/boot/osdconfig.txt"
JoystickSettingsFile = "/boot/joyconfig.txt"
IsTerminateRemoteSettingsPath = "/tmp/IsTerminateRemoteSettingsPath.txt"
Expand All @@ -37,7 +37,6 @@


wbc_settings_blacklist = [""]

def replace_OSD_config(LookFor, NewLine):
os.system('mount -o remount,rw /boot')
#example: #define COPTER true
Expand Down

0 comments on commit 303f48e

Please sign in to comment.