From: Manfred Steiner Date: Wed, 4 Sep 2024 11:03:20 +0000 (+0200) Subject: software/bootloader-arduino korrigiert (Chip-ID) X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=c9837e5d5a5283ce33d4f861e268e6a2671e79a4;p=nano-x.git software/bootloader-arduino korrigiert (Chip-ID) --- diff --git a/software/bootloader-arduino/src/main.c b/software/bootloader-arduino/src/main.c index cf6cede..08cebfe 100644 --- a/software/bootloader-arduino/src/main.c +++ b/software/bootloader-arduino/src/main.c @@ -41,8 +41,8 @@ // define various device id's // manufacturer byte is always the same #define SIG1 0x1E // Yep, Atmel is the only manufacturer of AVR micros. Single source :( -#define SIG2 0x96 -#define SIG3 0x0A +#define SIG2 0x97 +#define SIG3 0x05 #define PAGE_SIZE 0x80U // 128 words // function prototypes