diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 73e9ac9..bb78f66 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -35,7 +35,7 @@ jobs: # You may add a suffix behind the fqbn with "|" to specify one board for e.g. different compile options like arduino:avr:uno|trace ############################################################################################################# arduino-boards-fqbn: - - esp32:esp32:ESP32_DEV + - esp32:esp32:doitESP32devkitV1 # Specify parameters for each board. #############################################################################################################