Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 452 Bytes

weplay

Building

Raspberry Pi

# Install dependencies and configurations
$ sudo ./dietpi.sh

# Build this project in separate directory
$ mkdir out && cd out
$ cmake .. && make -j4

ESP8266 controller

  • Install PlatformIO IDE
  • Open controller directory
  • Build and upload using PlatformIO