main: only send value messages if we have an address.
This commit is contained in:
@@ -245,6 +245,9 @@ printSendStats:
|
|||||||
#ifdef MODULES_COM
|
#ifdef MODULES_COM
|
||||||
|
|
||||||
Main_SendValueMsg:
|
Main_SendValueMsg:
|
||||||
|
lds r16, comAddress ; do we have an address assigned?
|
||||||
|
tst r16
|
||||||
|
breq sendValueMsg_done ; no, do nothing
|
||||||
; send message for current temp
|
; send message for current temp
|
||||||
lds r22, si7021Flags
|
lds r22, si7021Flags
|
||||||
mov r16, r22
|
mov r16, r22
|
||||||
|
|||||||
Reference in New Issue
Block a user