diff --git a/arduino-sony-minidisc-ir-remote.ino b/arduino-sony-minidisc-ir-remote.ino
index 1b12005..56de543 100644
--- a/arduino-sony-minidisc-ir-remote.ino
+++ b/arduino-sony-minidisc-ir-remote.ino
@@ -16,7 +16,7 @@
Circuit:
* LED attached to pin 13 (optional)
- * IR Transmitter attached to pin 4
+ * IR Transmitter attached to pin 4 (needs 5v)
* SD-Module to load HTML and CSS from SD-card
developed for the ESP32vn IoT Uni board 2024
@@ -89,7 +89,12 @@ void loop() {
// the content of the HTTP response follows the header:
client.print("Click here to turn the LED on pin 13 on.
");
client.print("Click here to turn the LED on pin 13 off.
");
+ client.print("power
");
client.print("play
");
+ client.print("pause
");
+ client.print("stop
");
+ client.print("previous track
");
+ client.print("next track
");
client.print("