summaryrefslogtreecommitdiff
path: root/software/ttx
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-07-23 18:59:59 +0000
committerChristian Pointner <equinox@mur.at>2011-07-23 18:59:59 +0000
commitfa7ab600fffb4f08701af9973fb3345a70e9d0bc (patch)
tree6ad39f4afc01a15a713efb4569f5b727a5c1c9d7 /software/ttx
parentdecode beacon prints cnt as deciaml number now (diff)
now using A as start sign
git-svn-id: https://svn.spreadspace.org/mur.sat@49 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ttx')
-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