Skip to content

Commit

Permalink
chore: updated ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed May 30, 2024
1 parent 671d246 commit 894ce48
Show file tree
Hide file tree
Showing 3 changed files with 1,324 additions and 1,323 deletions.
2 changes: 1 addition & 1 deletion src/WebSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ License: AGPL-3.0 (https://www.gnu.org/licenses/agpl-3.0.html)
#define WSL_MAX_LOG_PACKET_MESSAGE_SIZE 512
#define WSL_CALC_LOG_PACKET_SIZE(len) (WSL_LOG_PACKET_HEADER_SIZE + len)

#define WSL_PRINT_FLUSH_TIME_US 50
#define WSL_PRINT_FLUSH_TIME_US 100
#define WSL_GLOBAL_FLUSH_TIME_MS 100
#define WSL_CLEANUP_TIME_MS 5000

Expand Down
Loading

0 comments on commit 894ce48

Please sign in to comment.