Skip to content

0.2

Compare
Choose a tag to compare
@taligentx taligentx released this 14 May 17:14
· 317 commits to master since this release

This release adds a buffer for panel data to prevent messages from being lost if the sketch is busy - the Status-Email and Status-Pushbullet examples would previously lose some messages waiting for the sketch to complete sending data to the remote servers.

The buffer default is set to 10 commands for Arduino and 50 for esp8266 in src/dscKeybusInterface.h - this can be adjusted lower to use less memory or increased if the sketch takes more time. Check if bufferOverflow is true to determine if the buffer needs to be increased.