silvanmelchior / RPi_Cam_Web_Interface

A web interface for the RPi Cam
MIT License
1.54k stars 493 forks source link

Userbuttons not registered? #615

Closed Ohmarinus closed 3 years ago

Ohmarinus commented 3 years ago

Hi, I've renamed the userbuttonsD file to userbuttons and it contains only these lines: Neopixel On,neopixel_start.sh Neopixel Off,neopixel_stop.sh

Somehow it doesn't show the buttons on the RPI interface, I'm confused. also the documentation lists a max of 6 while it should be 12. Also, I'm using the latest version of the interface.

Anyone knows what the issue could be?

Just to be sure, here's a screenshot of the file in nano: usebuttons

Ohmarinus commented 3 years ago

Okay, my bad, I was editing it in the wrong folder, and not the /var/www/html folder.

I got the buttons working, but it doesn't execute the py scripts yet sadly.