dpoulson / r2_control

Python code to control an R2D2 (or other astromech) from a Raspberry Pi over i2c
http://r2djp.co.uk/
GNU General Public License v2.0
38 stars 13 forks source link

Missing Scripts plugin in generated main.cfg #85

Closed rimim closed 5 months ago

rimim commented 4 years ago

https://github.com/dpoulson/r2_control/blob/master/r2utils/mainconfig.py

To make it easier on new installs it would be nice if it generated this line instead: plugins = GPIO,Audio,Scripts

Otherwise much of the REST API just errors out.