diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65ab15e..2b8e3d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,5 @@ jobs: python -m pip install --upgrade pip pip install --upgrade platformio - - name: Install library dependencies - run: pio lib -g install 1 - - name: Run PlatformIO - run: pio ci --project-conf platformio.ini . + run: pio run -e STM32F1 -e STM32F1-USB -e STM32F1-XCVR -e STM32F1-USB-96MHz -e STM32F1-USB-128MHz diff --git a/src/BlueSCSI.cpp b/src/BlueSCSI.cpp index 6d4ae89..3d2b4cb 100644 --- a/src/BlueSCSI.cpp +++ b/src/BlueSCSI.cpp @@ -52,7 +52,7 @@ #include "scsi_sense.h" #include "scsi_status.h" #include "scsi_mode.h" -#include +#include "minIni.h" #ifdef USE_STM32_DMA #warning "warning USE_STM32_DMA"