Skip to content

Fix buffer issue when writing data larger than the receiving buffer #9

Fix buffer issue when writing data larger than the receiving buffer

Fix buffer issue when writing data larger than the receiving buffer #9

Workflow file for this run

name: Run PlatformIO Tests
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install PlatformIO
run: |
pip install platformio
- name: Run tests
run: pio test -e native -vvv