Skip to content

Commit

Permalink
Increase Jolt.js input buffer size for faster/more reliable comms
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 3, 2024
1 parent c543895 commit 5af6395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/JOLTJS.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# 'default_console_rx' : "D8",
# 'default_console_baudrate' : "9600",
'variables' : 12000, # How many variables are allocated for Espruino to use. RAM will be overflowed if this number is too high and code won't compile.
'io_buffer_size' : 512, # How big is the input buffer (in 4 byte words). Default on nRF52 is 256
'bootloader' : 1,
'binary_name' : 'espruino_%v_joltjs.hex',
'build' : {
Expand Down

0 comments on commit 5af6395

Please sign in to comment.