mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
raspberrypi3: boardctl.py merge conflict fix
This commit is contained in:
parent
8b80a21898
commit
47baec0589
@ -135,6 +135,7 @@ def _set_board_settings(s):
|
|||||||
|
|
||||||
if name == 'gpu_mem':
|
if name == 'gpu_mem':
|
||||||
lines[i] = '%s=%s' % (name, s['gpuMem'])
|
lines[i] = '%s=%s' % (name, s['gpuMem'])
|
||||||
|
|
||||||
elif name == 'disable_camera_led':
|
elif name == 'disable_camera_led':
|
||||||
lines[i] = 'disable_camera_led=%s' % ['1', '0'][s['cameraLed']]
|
lines[i] = 'disable_camera_led=%s' % ['1', '0'][s['cameraLed']]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user