This commit is contained in:
2021-01-12 12:26:58 +01:00
parent 2d67aceba0
commit 0031f92c54
190 changed files with 25835 additions and 1 deletions

19
.travis.yml Normal file
View File

@@ -0,0 +1,19 @@
language: python
python:
- "3.8"
before_install:
- nvm install 10.15.3
- nvm use 10.15.3
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
- platformio update
script:
- platformio run -e esp12e -e node32s