From 2ffdf0c0af9720f1406f8191032863d48b538d10 Mon Sep 17 00:00:00 2001 From: siinus Date: Sun, 8 Nov 2020 01:56:46 +0200 Subject: [PATCH] Fix buttons post url --- pyleds/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyleds/templates/index.html b/pyleds/templates/index.html index 7e1763c..95f1640 100644 --- a/pyleds/templates/index.html +++ b/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()