Skip to content

turbosnute/F1-WLED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F1-WLED

DISCLAIMER

- This is just a personal little project, do not expect it to work

Requirements

  • WLED lamp/panel/something with API and presets for Green, red, chequered flag + safetycar.

Build

cd f1-wled/
sudo docker build -t f1-wled .

Run

sudo docker run -it -v "$PWD/src/web":/var/www/html/ -v f1wled:/config/ -p 8800:80 f1-wled
  • navigate to http://dockerhost:8800 with a browser to set and save the config. Then start F1-wled from the same web interface.

To-Do

  • Implement yellow flags?
  • Will track clear always be sent after safety car is in?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published