diff --git a/index.html b/index.html
index b4c0e24..d3ea868 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,6 @@
Arduino Remote Web
@@ -147,7 +115,7 @@
fetch('/sendSignal', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
- body: JSON.stringify({ code: buttonCode }) // Sending JSON data
+ body: JSON.stringify({ code: buttonCode })
})
}
@@ -198,4 +166,4 @@
Enter