Skip to content

Commit

Permalink
adjusted timings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jan 26, 2025
1 parent 07eecb2 commit 3fe3051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ZeDMDComm.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
#endif

#define ZEDMD_COMM_BAUD_RATE 921600
#define ZEDMD_S3_COMM_BAUD_RATE 921600
#define ZEDMD_COMM_MAX_SERIAL_WRITE_AT_ONCE 1024
#define ZEDMD_S3_COMM_BAUD_RATE 2000000
#define ZEDMD_COMM_MAX_SERIAL_WRITE_AT_ONCE 64

#define ZEDMD_COMM_SERIAL_READ_TIMEOUT 16
#define ZEDMD_COMM_SERIAL_READ_TIMEOUT 100
#define ZEDMD_COMM_SERIAL_WRITE_TIMEOUT 8

#define ZEDMD_COMM_KEEP_ALIVE_INTERVAL 3000
Expand Down

0 comments on commit 3fe3051

Please sign in to comment.