From 289ca4f34c95a51ac28436e6f6b6acbc04a5100b Mon Sep 17 00:00:00 2001
From: Stefan Rueger <stefan.rueger@urclocks.com>
Date: Fri, 25 Nov 2022 17:26:17 +0000
Subject: [PATCH] Add optiboot_lgt8f328p.hex bootloader hashes to urclock.c

---
 src/urclock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/urclock.c b/src/urclock.c
index cec8e038..78520365 100644
--- a/src/urclock.c
+++ b/src/urclock.c
@@ -1156,6 +1156,7 @@ static void guessblstart(const PROGRAMMER *pgm, const AVRPART *p) {
     {  256, 0, 0xaa62bafc, 0xaa62bafc }, // picobootArduino8v3rc1.hex
     {  256, 0, 0x56263965, 0x56263965 }, // picobootSTK500-168p.hex
     {  512, 0, 0x3242ddd3, 0x5ba5f5f6 }, // picobootSTK500-328p.hex
+    { 3072, 0, 0x3242ddd3, 0xd3347c5d }, // optiboot_lgt8f328p.hex
   };
 
   uint8_t buf[4096], b128[128];