Skip to content

Commit

Permalink
fix: Update telemetry start delay
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Oct 31, 2020
1 parent 01642d7 commit 596d3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Eep_Name: DB "Bluejay (BETA) " ; Name tag (16 Bytes)
; DShot Telemetry Macros
IF MCU_48MHZ == 1
DSHOT_TLM_CLOCK EQU 49000000 ; 49MHz
DSHOT_TLM_START_DELAY EQU -(8 * 49 / 4) ; Start telemetry after 8us (~30us after receiving DShot cmd)
DSHOT_TLM_START_DELAY EQU -(14 * 49 / 4) ; Start telemetry after 8us (~30us after receiving DShot cmd)
DSHOT_TLM_PREDELAY EQU 8 ; 8 timer 0 ticks inherent delay
ELSE
DSHOT_TLM_CLOCK EQU 24500000 ; 24.5MHz
Expand Down

0 comments on commit 596d3be

Please sign in to comment.