Remove expressif step

This commit is contained in:
KonradIT
2025-03-12 20:29:36 +01:00
parent 1955f16fe5
commit 33773b64bb

View File

@@ -19,9 +19,5 @@ jobs:
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Install PlatformIO Expressif board package
run: pio pkg update -g -p espressif32
- name: Build PlatformIO Project
run: pio run --environment heltec_wifi_lora_32_V3