add oled deps
This commit is contained in:
parent
0965ac5464
commit
d29cb455f3
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ before_install:
|
|||
install:
|
||||
- arduino --install-library "Adafruit BusIO"
|
||||
- arduino --install-library "Adafruit Unified Sensor"
|
||||
- arduino --install-library "Adafruit GFX Library"
|
||||
- arduino --install-library "Adafruit SSD1306"
|
||||
|
||||
script:
|
||||
- python run-clang-format.py -r .
|
||||
|
|
|
|||
Loading…
Reference in a new issue