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

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: |