mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Make default fqbn plain esp32
It works on d1 as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user