diff --git a/.github/workflows/PlatformioBuild.yml b/.github/workflows/PlatformioBuild.yml index 1f660ab..f38f766 100644 --- a/.github/workflows/PlatformioBuild.yml +++ b/.github/workflows/PlatformioBuild.yml @@ -25,6 +25,7 @@ jobs: matrix: pio-env: - esp8266 + - esp32 - esp32s3 - pico diff --git a/examples/Test_platformio/platformio.ini b/examples/Test_platformio/platformio.ini index 98e662c..c783ee1 100644 --- a/examples/Test_platformio/platformio.ini +++ b/examples/Test_platformio/platformio.ini @@ -19,8 +19,13 @@ lib_deps = ESP32-targz platform = espressif8266 board = nodemcu + +[env:esp32] +platform = espressif32 +board = esp32dev + [env:esp32s3] -platform = espressif32@6.4.0 +platform = espressif32 board = esp32-s3-devkitc-1 [env:pico]