Make default fqbn plain esp32

It works on d1 as well
This commit is contained in:
Oleg Kalachev
2026-08-10 02:15:30 +03:00
parent 58ea75d335
commit b7102d395c
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -16,10 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Arduino CLI
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
- name: Build firmware
- name: Build firmware for ESP32
run: make
- name: Build firmware for ESP32 Dev Module
run: make BOARD=esp32:esp32:esp32
- name: Build firmware for ESP32-C3
run: make BOARD=esp32:esp32:esp32c3
- name: Build firmware for ESP32-S3 with QSPI PSRAM