Skip to content

Public Pre-Release v0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@cookthebook cookthebook released this 13 May 19:28
· 13 commits to master since this release

This release comes with one new feature - the inter command timeout configuration option. If the user pastes in multiple lines, this will guarantee that a small delay is inserted in between each line. This can avoid issues with devices that cannot process commands as fast as the PC can write the bytes.

Also of note - the default build output is now optimized with -O2. To build an un-optimized debug target, run make DEBUG=1.

Fixed Issues

  • #10 - Now if multiple Bytenuts processes are open, they will not overwrite each others cache files

Known Issues

  • #12 - Cleanup Force Closed Process Cache Files
  • #3 - Limit max I/O data stored
  • #5 - Line Wrap does not behave properly