From 9e558b2ae9cd240693beee0a181412c66be8208d Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 14 Feb 2025 12:49:02 -0800 Subject: [PATCH] updated for current repo structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af847b..3912f13 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ press of the button. 4. enter the command below. ```ps1 -./avrdude.exe -p t13 -c usbtiny -B 125kHz -U flash:w:.\pre_built\attiny13_6-9Mhz.hex -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m -U lock:w:0xFF:m +./avrdude.exe -p t13 -c usbtiny -B 125kHz -U flash:w:.\build\src\main.hex -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m -U lock:w:0xFF:m ``` @@ -62,7 +62,7 @@ press of the button. 4. enter the command below. ```ps1 -./avrdude.exe -p t13 -c usbasp -B 125kHz -U flash:w:.\pre_built\attiny13_6-9Mhz.hex -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m -U lock:w:0xFF:m +./avrdude.exe -p t13 -c usbasp -B 125kHz -U flash:w:.\build\src\main.hex -U lfuse:w:0x6A:m -U hfuse:w:0xFF:m -U lock:w:0xFF:m ```