Fix buttons post url

feature/visualizer
siinus 5 years ago
parent 103a5c9252
commit 2ffdf0c0af
  1. 4
      pyleds/templates/index.html

@ -63,12 +63,12 @@ function isLoop()
function doInit()
{
send_post('/program/siinus/Wipes', {color: [100, 50, 0]})
send_post('/program/siinus.Wipes', {color: [100, 50, 0]})
}
function doBlind()
{
send_post('/program/siinus/Static', {color: [0, 0, 0]})
send_post('/program/siinus.Static', {color: [0, 0, 0]})
}
function doCancel()

Loading…
Cancel
Save