Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 258 Bytes

LEDCube WebUI

ultra simple WebUI.

Install:

  • sudo apt install apache2 php
  • move contents of this folder to /var/www/html
  • fix user permission to launch some apps sudo usermod -G i2c www-data
    • restart apache2 sudo service apache2 restart