Add littlefs-python package for ESP32 target

This commit is contained in:
Ben Meadors 2022-02-14 10:21:28 -06:00 committed by GitHub
parent ab96579904
commit 892d9a34c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ jobs:
- name: Upgrade python tools
run: |
python -m pip install --upgrade pip
pip install -U platformio meshtastic adafruit-nrfutil
pip install -U platformio meshtastic adafruit-nrfutil littlefs-python
- name: Upgrade platformio
run: |