Skip to content

Commit

Permalink
chore: Test version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Mar 27, 2022
1 parent daf6c11 commit d308cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Eep_Pgm_LED_Control: DB DEFAULT_PGM_LED_CONTROL ; EEPROM copy of programmed LE
Eep_Dummy: DB 0FFh ; EEPROM address for safety reason

CSEG AT 1A60h
Eep_Name: DB "Bluejay " ; Name tag (16 Bytes)
Eep_Name: DB "Bluejay (TEST) " ; Name tag (16 Bytes)

CSEG AT 1A70h
Eep_Pgm_Startup_Tune: DB 2,58,4,32,52,66,13,0,69,45,13,0,52,66,13,0,78,39,211,0,69,45,208,25,52,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TAG := $(shell git describe --tags --abbrev=0)
VERSION ?= $(TAG)

# Target parameters
LAYOUTS = A B C D E F G H I J K L M N O P Q R S T U V W Z
MCUS = H L
DEADTIMES = 0 5 10 15 20 25 30 40 50 70 90 120
LAYOUTS = A C F G J M O P Q R S
MCUS = H
DEADTIMES = 0 5 10 15 20 25 30 40 50 70 90
PWM_FREQS = 24 48 96

# Example single target
Expand Down

0 comments on commit d308cf1

Please sign in to comment.