summaryrefslogtreecommitdiff
path: root/software/ttx/ttx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'software/ttx/ttx.asm')
-rw-r--r--software/ttx/ttx.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm
index 79fabdf..ccf025d 100644
--- a/software/ttx/ttx.asm
+++ b/software/ttx/ttx.asm
@@ -44,7 +44,8 @@ ESPACE EQU DOT
CSPACE EQU DASH
WSPACE EQU .256 - .147 ;.203
ENABLE_TIME EQU DOT
-BCONINT_DEF EQU .4 ; *2 = Beacon Interval in seconds
+BCONINT_DEF EQU .5 ; *2 = Beacon Interval in seconds
+START_CHAR EQU 'A' - ' '
;; I/O Pins
CWENABLE EQU GP0
@@ -567,7 +568,7 @@ send_beacon
call dottime
clrf PARITY
- movlw 'E' - ' '
+ movlw START_CHAR
call send_char
movlw WSPACE