Compare commits

..

No commits in common. "d0f3845dc578b60018bce9d0a29f5aa822b83f0d" and "29661701652df18a589f73b73e80286563497f25" have entirely different histories.

@ -6,6 +6,7 @@ steps:
image: python:3 image: python:3
commands: commands:
- pip install platformio - pip install platformio
# - pio check
- pio run - pio run
- name: upload - name: upload
image: python:3 image: python:3