Skip to content

Commit 51a737d

Browse files
committed
Deprecate poor-man's queue overflow handling when using newest version of VanBus library
1 parent 21282ee commit 51a737d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VanLiveConnect/VanLiveConnect.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ void loop()
390390
{
391391
lastPacketAt = millis();
392392

393-
#if VAN_BUS_VERSION_INT >= 000003001
393+
#if VAN_BUS_VERSION_INT >= 000003001 && VAN_BUS_VERSION_INT < 000003003
394394

395395
// If RX queue is starting to overrun, keep only important (sat nav, stalk button press) packets
396396
#if WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266_ASYNC

0 commit comments

Comments
 (0)