diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 826ad3e0..1f235cac 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -56,8 +56,6 @@ jobs: platform-name: arduino:samd - fqbn: "arduino:mbed:envie_m7" platform-name: arduino:mbed - - fqbn: "arduino:mbed:envie_m4" - platform-name: arduino:mbed - fqbn: "esp8266:esp8266:huzzah" platform-name: esp8266:esp8266 - fqbn: "esp32:esp32:esp32" diff --git a/src/Arduino_ConnectionHandler.h b/src/Arduino_ConnectionHandler.h index 145467dc..5d9736c2 100644 --- a/src/Arduino_ConnectionHandler.h +++ b/src/Arduino_ConnectionHandler.h @@ -43,7 +43,7 @@ #define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_LATEST_VERSION #endif -#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_NICLA_VISION) +#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_NICLA_VISION) #include #include