mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Refactor building
Switch to plain esp32 fqbn - it works on d1 as well. Move debug level setting from fqbn to arduino-cli command to simplify things. Add C3 and S3 builds to commit artifacts.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ You can build and upload the firmware using either **Arduino IDE** (easier for b
|
||||
For ESP32-S3/ESP32-C3 boards, set the appropriate [FQBN](https://docs.arduino.cc/arduino-cli/FAQ/#whats-the-fqbn-string) using `BOARD` parameter:
|
||||
|
||||
```bash
|
||||
make BOARD=esp32:esp32:esp32s3:DebugLevel=error,FlashSize=4M,CDCOnBoot=cdc upload
|
||||
make BOARD=esp32:esp32:esp32s3:FlashSize=4M,CDCOnBoot=cdc upload
|
||||
```
|
||||
|
||||
See other available Make commands in [Makefile](../Makefile).
|
||||
|
||||
Reference in New Issue
Block a user