Skip to content

Commit

Permalink
fix lx1 rcu support
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed May 14, 2016
1 parent 2dcac21 commit c63f88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoxBranding/RcModel.py
Expand Up @@ -132,7 +132,7 @@ def getRcFolder(self):
remotefolder = 'gi1'
elif machinebrand == 'Miraclebox':
remotefolder = 'ini3'
elif boxtype in ('xpeedlx', 'xpeedlx2', 'xpeedlx3', 'atemio5x00', 'atemio6000', 'atemio6100', 'atemio6200', 'atemionemesis', 'sezammarvel'):
elif boxtype in ('xpeedlx', 'xpeedlx1', 'xpeedlx2', 'xpeedlx3', 'atemio5x00', 'atemio6000', 'atemio6100', 'atemio6200', 'atemionemesis', 'sezammarvel'):
remotefolder = 'ini4'
elif boxtype in ('beyonwizt3'):
remotefolder = 'ini5'
Expand Down

0 comments on commit c63f88f

Please sign in to comment.