diff --git a/html/home.html b/html/home.html
index c977c74..138222e 100644
--- a/html/home.html
+++ b/html/home.html
@@ -40,9 +40,9 @@
/home/arduino/hardware/tools/avrdude \
-DV -patmega328p \
-Pnet:esp-link.local:23 \
- -carduino -b115200 -U -C \
- /home/arduino/hardware/tools/avrdude.conf \
- flash:w:my_sketch.hex:i
+ -carduino -b115200 \
+ -U flash:w:my_sketch.hex:i\
+ -C /home/arduino/hardware/tools/avrdude.conf
where -Pnet:esp-link.local:23 tells avrdude to connect to port 23 of esp-link. You can substitute the IP address of your esp-link for esp-link.local if necessary.