Created new about splash screen based on icons from tom igoe

updated default bootloader speed to 19200
This commit is contained in:
Massimo Banzi 2005-10-05 04:58:43 +00:00
parent 5a6bfcc12e
commit 3232387556
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ISPFLASH = $(DIRAVRBIN)/uisp -dpart=ATmega8 $(ISPPARAMS) --erase --upload if=$
OBJ = $(PROGRAM).o
OPTIMIZE = -Os
DEFS = -DF_CPU=16000000 -DBAUD_RATE=9600
DEFS = -DF_CPU=16000000 -DBAUD_RATE=19200
LIBS =
CC = $(DIRAVRBIN)/avr-gcc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 94 KiB