Test should work now, revert ci change for offline

This commit is contained in:
brentru 2025-04-11 13:28:19 -04:00
parent 4a680ad06f
commit 1b51d0cc10
2 changed files with 17 additions and 17 deletions

View file

@ -81,18 +81,18 @@ jobs:
matrix:
arduino-platform:
[
"metroesp32s2_offline",
"metro_esp32s3_offline",
"feather_esp32s2_offline",
"feather_esp32s2_tft_offline",
"feather_esp32s2_reverse_tft_offline",
"feather_esp32s3_offline",
"feather_esp32s3_4mbflash_2mbpsram_offline",
"feather_esp32s3_tft_offline",
"qtpy_esp32s3_offline",
"qtpy_esp32s2_offline",
"feather_esp32s3_reverse_tft_offline",
"qtpy_esp32s3_n4r2_offline",
"metroesp32s2",
"metro_esp32s3",
"feather_esp32s2",
"feather_esp32s2_tft",
"feather_esp32s2_reverse_tft",
"feather_esp32s3",
"feather_esp32s3_4mbflash_2mbpsram",
"feather_esp32s3_tft",
"qtpy_esp32s3",
"qtpy_esp32s2",
"feather_esp32s3_reverse_tft",
"qtpy_esp32s3_n4r2",
]
steps:
- uses: actions/setup-python@v5
@ -183,10 +183,10 @@ jobs:
strategy:
fail-fast: false
matrix:
arduino-platform: ["pico_rp2040_tinyusb_offline",
"pico_rp2350_tinyusb_offline",
"feather_rp2040_adalogger_tinyusb_offline",
"metro_rp2350_tinyusb_offline"
arduino-platform: ["pico_rp2040_tinyusb",
"pico_rp2350_tinyusb",
"feather_rp2040_adalogger_tinyusb",
"metro_rp2350_tinyusb"
]
steps:
- uses: actions/setup-python@v5

View file

@ -33,7 +33,7 @@ typedef ws_wifi_esp8266 ws_adapter_wifi;
#elif defined(ARDUINO_ESP32_DEV) || defined(ESP32_DEV)
#define SD_CS_PIN 15
#include "adapters/wifi/ws_wifi_esp32.h"
typedef ws_wifi_esp32 ws_adapter_offline;
typedef ws_wifi_esp32 ws_adapter_wifi;
// ESP32 networking adapter
#elif defined(ARDUINO_ARCH_ESP32)
#define SD_CS_PIN 33