Skip to content

Commit

Permalink
Improve DSM telemetry stability?
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Jan 30, 2025
1 parent 7b9941e commit f092e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Multiprotocol/DSM_cyrf6936.ino
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,11 @@ uint16_t DSM_callback()
#define DSM_CH1_CH2_DELAY 4010 // Time between write of channel 1 and channel 2
#ifdef STM32_BOARD
#define DSM_WRITE_DELAY 1600 // Time after write to verify write complete
#define DSM_READ_DELAY 400 // Time before write to check read phase, and switch channels.
#else
#define DSM_WRITE_DELAY 1950 // Time after write to verify write complete
#define DSM_READ_DELAY 600 // Time before write to check read phase, and switch channels.
#endif
#define DSM_READ_DELAY 600 // Time before write to check read phase, and switch channels. Was 400 but 600 seems what the 328p needs to read a packet
#if defined DSM_TELEMETRY
uint8_t rx_phase;
uint8_t length;
Expand Down

0 comments on commit f092e13

Please sign in to comment.