Skip to content

Commit

Permalink
Deprecate poor-man's queue overflow handling when using newest versio…
Browse files Browse the repository at this point in the history
…n of VanBus library
  • Loading branch information
0xCAFEDECAF committed May 24, 2023
1 parent 21282ee commit 51a737d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VanLiveConnect/VanLiveConnect.ino
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ void loop()
{
lastPacketAt = millis();

#if VAN_BUS_VERSION_INT >= 000003001
#if VAN_BUS_VERSION_INT >= 000003001 && VAN_BUS_VERSION_INT < 000003003

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

0 comments on commit 51a737d

Please sign in to comment.