Skip to content

Commit

Permalink
Add explicit dep to CircularBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent 2d618ad commit 496c8c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/BalboaGL/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ def to_code(config):
repository="https://github.com/EinarArnason/ArduinoQueue.git",
version="1.2.5",
)

cg.add_library(
name="CircularBuffer", # TODO: should really pull in a dep of balboaGL
repository="https://github.com/rlogiacco/CircularBuffer.git",
version="1.3.3",
)
cg.add_library(
name="balboaGL",
repository="https://github.com/netmindz/balboaGL.git",
Expand Down

0 comments on commit 496c8c8

Please sign in to comment.