Skip to content

Commit

Permalink
Merge branch 'release/0.19.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Feb 26, 2023
2 parents 6bf0a47 + ef6e188 commit b803b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1789,9 +1789,10 @@ scheduler_steps_even:

scheduler_steps_even_demag_metric_frame:
; Check telemetry is enable to produce telemetry frames
jb Flag_Ext_Tele, scheduler_steps_even_demag_metric_frame
jb Flag_Ext_Tele, scheduler_steps_even_demag_metric_frame_prepare
jmp scheduler_exit

scheduler_steps_even_demag_metric_frame_prepare:
; ********************* [TELEMETRY] SEND DEMAG METRIC FRAME *****************
mov Ext_Telemetry_L, Demag_Detected_Metric ; Set telemetry low value to demag metric data
mov Ext_Telemetry_H, #0Ch ; Set telemetry high value to demag metric frame ID
Expand Down

0 comments on commit b803b8d

Please sign in to comment.