0.2
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.