From 14525ccf56d08af474c16b948acaeee5afc1b779 Mon Sep 17 00:00:00 2001 From: Bischi Date: Wed, 6 Sep 2023 23:36:41 +0200 Subject: [PATCH] test test --- .github/workflows/test-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #############################################################################################################