Skip to content

Commit bf5cb50

Browse files
committed
Merge pull request #41 from squix78/add-protocol-abstraction
Add protocol/chipset abstraction
2 parents 086e891 + 73e0252 commit bf5cb50

File tree

13 files changed

+907
-533
lines changed

13 files changed

+907
-533
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ cache:
1111
env:
1212
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
1313
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
14+
- PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
1415

1516

1617
install:
1718
- pip install -U platformio
19+
- platformio lib install 44
1820

1921
script:
2022
- platformio ci --lib="." --board=nodemcuv2

0 commit comments

Comments
 (0)